#7F534B

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

Shades of Lotus #7F534B

Tints of Lotus #7F534B

Color information

#7F534B (or 0x7F534B) is unknown color: approx Lotus. HEX triplet: 7F, 53 and 4B. RGB value is (127,83,75). Sum of RGB (Red+Green+Blue) = 127+83+75=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F534B is #80ACB4. Grayscale: #5F5F5F. Windows color (decimal): -8432821 or 4936575. OLE color: 4936575.

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

Color convert

RGB1278375-
CMYK00.350.410.50
HSL9.23º25.74%39.61%-
HSV(B)9.23º40.94%49.8%-
XYZ13.1211.218.13-
YUV95.24116.58150.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.56%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=44.56%
G=29.12%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127837500.350.410.509.2325.7439.61
Hex7F534B023293291a28
Octal1771231130435162113250
Binary1111111101001110010110100011101001110010100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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