#56774E

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

Shades of Cactus #56774E

Tints of Cactus #56774E

Color information

#56774E (or 0x56774E) is unknown color: approx Cactus. HEX triplet: 56, 77 and 4E. RGB value is (86,119,78). Sum of RGB (Red+Green+Blue) = 86+119+78=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #56774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56774E is #A988B1. Grayscale: #686868. Windows color (decimal): -11110578 or 5142358. OLE color: 5142358.

HSL color Cylindrical-coordinate representation of color #56774E: hue angle of 108.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56774E is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB8611978-
CMYK0.2800.340.53
HSL108.29º20.81%38.63%-
HSV(B)108.29º34.45%46.67%-
XYZ11.8115.729.62-
YUV104.46113.07114.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=30.39%
G=42.05%
B=27.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119780.2800.340.53108.2920.8138.63
Hex56774E1C022356c1527
Octal12616711634042651542547
Binary101011011101111001110111000100010110101110110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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