#57764E

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

Shades of Cactus #57764E

Tints of Cactus #57764E

Color information

#57764E (or 0x57764E) is unknown color: approx Cactus. HEX triplet: 57, 76 and 4E. RGB value is (87,118,78). Sum of RGB (Red+Green+Blue) = 87+118+78=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #57764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57764E is #A889B1. Grayscale: #686868. Windows color (decimal): -11045298 or 5142103. OLE color: 5142103.

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

Color convert

RGB8711878-
CMYK0.2600.340.54
HSL106.5º20.41%38.43%-
HSV(B)106.5º33.9%46.27%-
XYZ11.7815.539.58-
YUV104.17113.23115.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=30.74%
G=41.70%
B=27.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87118780.2600.340.54106.520.4138.43
Hex57764E1A022366a1426
Octal12716611632042661522446
Binary101011111101101001110110100100010110110110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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