#57754E

Color #57754E Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #57754E

Tints of Cactus #57754E

Color information

#57754E (or 0x57754E) is unknown color: approx Cactus. HEX triplet: 57, 75 and 4E. RGB value is (87,117,78). Sum of RGB (Red+Green+Blue) = 87+117+78=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #57754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57754E is #A88AB1. Grayscale: #676767. Windows color (decimal): -11045554 or 5141847. OLE color: 5141847.

HSL color Cylindrical-coordinate representation of color #57754E: hue angle of 106.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57754E is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB8711778-
CMYK0.2600.330.54
HSL106.15º20%38.24%-
HSV(B)106.15º33.33%45.88%-
XYZ11.6715.39.55-
YUV103.58113.56116.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=30.85%
G=41.49%
B=27.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87117780.2600.330.54106.152038.24
Hex57754E1A021366a1426
Octal12716511632041661522446
Binary101011111101011001110110100100001110110110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57754E; }

 p { color: rgb(87,117,78); }

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

<style>
 a { background-color: #57754E; }

 a { background-color: rgb(87,117,78); }

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

<style>
 span { border-color: #57754E; }

 span { border-color: rgb(87,117,78); }

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