#57754C

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

Shades of Cactus #57754C

Tints of Cactus #57754C

Color information

#57754C (or 0x57754C) is unknown color: approx Cactus. HEX triplet: 57, 75 and 4C. RGB value is (87,117,76). Sum of RGB (Red+Green+Blue) = 87+117+76=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #57754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57754C is #A88AB3. Grayscale: #676767. Windows color (decimal): -11045556 or 5010775. OLE color: 5010775.

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

Color convert

RGB8711776-
CMYK0.2600.350.54
HSL103.9º21.24%37.84%-
HSV(B)103.9º35.04%45.88%-
XYZ11.615.279.17-
YUV103.36112.56116.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=31.07%
G=41.79%
B=27.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87117760.2600.350.54103.921.2437.84
Hex57754C1A02336681526
Octal12716511432043661502546
Binary101011111101011001100110100100011110110110100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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