#7F5555

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

Shades of Lotus #7F5555

Tints of Lotus #7F5555

Color information

#7F5555 (or 0x7F5555) is unknown color: approx Lotus. HEX triplet: 7F, 55 and 55. RGB value is (127,85,85). Sum of RGB (Red+Green+Blue) = 127+85+85=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5555 is #80AAAA. Grayscale: #616161. Windows color (decimal): -8432299 or 5592447. OLE color: 5592447.

HSL color Cylindrical-coordinate representation of color #7F5555: hue angle of 0º 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 #7F5555 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1278585-
CMYK00.330.330.50
HSL19.81%41.57%-
HSV(B)33.07%49.8%-
XYZ13.6411.6610.13-
YUV97.56120.91149-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=42.76%
G=28.62%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127858500.330.330.50019.8141.57
Hex7F555502121320142a
Octal177125125041416202452
Binary1111111101010110101010100001100001110010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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