#7F5953

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

Shades of Lotus #7F5953

Tints of Lotus #7F5953

Color information

#7F5953 (or 0x7F5953) is unknown color: approx Lotus. HEX triplet: 7F, 59 and 53. RGB value is (127,89,83). Sum of RGB (Red+Green+Blue) = 127+89+83=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5953 is #80A6AC. Grayscale: #636363. Windows color (decimal): -8431277 or 5462399. OLE color: 5462399.

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

Color convert

RGB1278983-
CMYK00.300.350.50
HSL8.18º20.95%41.18%-
HSV(B)8.18º34.65%49.8%-
XYZ13.8912.289.82-
YUV99.68118.59147.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=42.47%
G=29.77%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127898300.300.350.508.1820.9541.18
Hex7F595301E233281529
Octal1771311230364362102551
Binary111111110110011010011011110100011110010100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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