#7F5651

Color #7F5651 Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #7F5651

Tints of Lotus #7F5651

Color information

#7F5651 (or 0x7F5651) is unknown color: approx Lotus. HEX triplet: 7F, 56 and 51. RGB value is (127,86,81). Sum of RGB (Red+Green+Blue) = 127+86+81=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5651 is #80A9AE. Grayscale: #616161. Windows color (decimal): -8432047 or 5330559. OLE color: 5330559.

HSL color Cylindrical-coordinate representation of color #7F5651: hue angle of 6.52º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F5651 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1278681-
CMYK00.320.360.50
HSL6.52º22.12%40.78%-
HSV(B)6.52º36.22%49.8%-
XYZ13.5711.769.34-
YUV97.69118.58148.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=43.20%
G=29.25%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127868100.320.360.506.5222.1240.78
Hex7F5651020243271629
Octal177126121040446272651
Binary111111110101101010001010000010010011001011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5651; }

 p { color: rgb(127,86,81); }

 H1.HeaderClassName
 {
   color: #7F5651;
 }
 .AnyTagClassName
 {
   color: #7F5651;
 }
</style>
background-color css

<style>
 a { background-color: #7F5651; }

 a { background-color: rgb(127,86,81); }

 div.DivClassName
 {
   background-color: #7F5651;
 }
 .BgClassName
 {
   background-color: #7F5651;
 }
</style>
border-color css

<style>
 span { border-color: #7F5651; }

 span { border-color: rgb(127,86,81); }

 td.TdClassName
 {
   border-color: #7F5651;
 }
 .TagClassName
 {
   border-color: #7F5651;
 }
</style>