#7C514A

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

Shades of Lotus #7C514A

Tints of Lotus #7C514A

Color information

#7C514A (or 0x7C514A) is unknown color: approx Lotus. HEX triplet: 7C, 51 and 4A. RGB value is (124,81,74). Sum of RGB (Red+Green+Blue) = 124+81+74=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C514A is #83AEB5. Grayscale: #5D5D5D. Windows color (decimal): -8629942 or 4870524. OLE color: 4870524.

HSL color Cylindrical-coordinate representation of color #7C514A: hue angle of 8.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C514A is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1248174-
CMYK00.350.400.51
HSL8.4º25.25%38.82%-
HSV(B)8.4º40.32%48.63%-
XYZ12.4910.667.88-
YUV93.06117.25150.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=44.44%
G=29.03%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124817400.350.400.518.425.2538.82
Hex7C514A023283381927
Octal1741211120435063103147
Binary1111100101000110010100100011101000110011100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,74); }

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

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

 a { background-color: rgb(124,81,74); }

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

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

 span { border-color: rgb(124,81,74); }

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