#57774D

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

Shades of Cactus #57774D

Tints of Cactus #57774D

Color information

#57774D (or 0x57774D) is unknown color: approx Cactus. HEX triplet: 57, 77 and 4D. RGB value is (87,119,77). Sum of RGB (Red+Green+Blue) = 87+119+77=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #57774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57774D is #A888B2. Grayscale: #686868. Windows color (decimal): -11045043 or 5076823. OLE color: 5076823.

HSL color Cylindrical-coordinate representation of color #57774D: hue angle of 105.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57774D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB8711977-
CMYK0.2700.350.53
HSL105.71º21.43%38.43%-
HSV(B)105.71º35.29%46.67%-
XYZ11.8715.769.44-
YUV104.64112.4115.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=30.74%
G=42.05%
B=27.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87119770.2700.350.53105.7121.4338.43
Hex57774D1B023356a1526
Octal12716711533043651522546
Binary101011111101111001101110110100011110101110101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57774D; }

 p { color: rgb(87,119,77); }

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

<style>
 a { background-color: #57774D; }

 a { background-color: rgb(87,119,77); }

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

<style>
 span { border-color: #57774D; }

 span { border-color: rgb(87,119,77); }

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