#55764D

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

Shades of Cactus #55764D

Tints of Cactus #55764D

Color information

#55764D (or 0x55764D) is unknown color: approx Cactus. HEX triplet: 55, 76 and 4D. RGB value is (85,118,77). Sum of RGB (Red+Green+Blue) = 85+118+77=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #55764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55764D is #AA89B2. Grayscale: #676767. Windows color (decimal): -11176371 or 5076565. OLE color: 5076565.

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

Color convert

RGB8511877-
CMYK0.2800.350.54
HSL108.29º21.03%38.24%-
HSV(B)108.29º34.75%46.27%-
XYZ11.5615.429.39-
YUV103.46113.07114.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=30.36%
G=42.14%
B=27.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118770.2800.350.54108.2921.0338.24
Hex55764D1C023366c1526
Octal12516611534043661542546
Binary101010111101101001101111000100011110110110110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,118,77); }

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

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

 a { background-color: rgb(85,118,77); }

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

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

 span { border-color: rgb(85,118,77); }

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