#7F5955

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

Shades of Lotus #7F5955

Tints of Lotus #7F5955

Color information

#7F5955 (or 0x7F5955) is unknown color: approx Lotus. HEX triplet: 7F, 59 and 55. RGB value is (127,89,85). Sum of RGB (Red+Green+Blue) = 127+89+85=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5955 is #80A6AA. Grayscale: #636363. Windows color (decimal): -8431275 or 5593471. OLE color: 5593471.

HSL color Cylindrical-coordinate representation of color #7F5955: hue angle of 5.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5955 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1278985-
CMYK00.300.330.50
HSL5.71º19.81%41.57%-
HSV(B)5.71º33.07%49.8%-
XYZ13.9612.3110.23-
YUV99.91119.59147.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.19%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=42.19%
G=29.57%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127898500.300.330.505.7119.8141.57
Hex7F595501E21326142a
Octal177131125036416262452
Binary11111111011001101010101111010000111001011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,89,85); }

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

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

 a { background-color: rgb(127,89,85); }

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

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

 span { border-color: rgb(127,89,85); }

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