Html Css Color HEX #55774D Cactus

📋 copy color: '#55774D'

red 85 ◦ green 119 ◦ blue 77

#55774D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #55774D

Tints of Cactus #55774D

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.4%

R = 30.25%
G = 42.35%
B = 27.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#55774D (or 0x55774D) is known color: 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

RGB 85 119 77 -
CMYK 0.29 0 0.35 0.53
HSL 108.57º 0.21% 0.38% -
HSV(B) 108.57º 0.35% 0.47% -
XYZ 11.68 15.66 9.43 -
YUV 104.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 85 119 77 0.29 0 0.35 0.53 108.57 0.21 0.38
Hex 55 77 4D 1D 0 23 35 6D 15 26
Octal 125 167 115 35 0 43 65 155 25 46
Binary 1010101 1110111 1001101 11101 0 100011 110101 1101101 10101 100110

Color Harmonies of #55774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55774D

Black with #55774D

Text Example


Text Example

White with #55774D

Text Example


Text Example

HTML Codes & Css Web 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>