#55774D

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

Shades of Cactus #55774D

Tints of Cactus #55774D

Color information

#55774D (or 0x55774D) is unknown color: approx Cactus. HEX triplet: 55, 77 and 4D. RGB value is (85,119,77). Sum of RGB (Red+Green+Blue) = 85+119+77=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #55774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55774D is #AA88B2. Grayscale: #686868. Windows color (decimal): -11176115 or 5076821. OLE color: 5076821.

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

Color convert

RGB8511977-
CMYK0.2900.350.53
HSL108.57º21.43%38.43%-
HSV(B)108.57º35.29%46.67%-
XYZ11.6815.669.43-
YUV104.05112.74114.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=30.25%
G=42.35%
B=27.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119770.2900.350.53108.5721.4338.43
Hex55774D1D023356d1526
Octal12516711535043651552546
Binary101010111101111001101111010100011110101110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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