#56774D

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

Shades of Cactus #56774D

Tints of Cactus #56774D

Color information

#56774D (or 0x56774D) is unknown color: approx Cactus. HEX triplet: 56, 77 and 4D. RGB value is (86,119,77). Sum of RGB (Red+Green+Blue) = 86+119+77=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #56774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56774D is #A988B2. Grayscale: #686868. Windows color (decimal): -11110579 or 5076822. OLE color: 5076822.

HSL color Cylindrical-coordinate representation of color #56774D: hue angle of 107.14º 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 #56774D is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB8611977-
CMYK0.2800.350.53
HSL107.14º21.43%38.43%-
HSV(B)107.14º35.29%46.67%-
XYZ11.7715.719.43-
YUV104.34112.57114.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=30.50%
G=42.20%
B=27.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119770.2800.350.53107.1421.4338.43
Hex56774D1C023356b1526
Octal12616711534043651532546
Binary101011011101111001101111000100011110101110101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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