Html Css Color HEX #55784E Cactus

📋 copy color: '#55784E'

red 85 ◦ green 120 ◦ blue 78

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

Shades of Cactus #55784E

Tints of Cactus #55784E

RGB

 RED value IS 85 (33.59% from 255) = 30.04%

 GREEN value IS 120 (47.27% from 255) = 42.4%

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 30.04%
G = 42.4%
B = 27.56%

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

#55784E (or 0x55784E) is known color: Cactus. HEX triplet: 55, 78 and 4E. RGB value is (85,120,78). Sum of RGB (Red+Green+Blue) = 85+120+78=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #55784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55784E is #AA87B1. Grayscale: #686868. Windows color (decimal): -11175858 or 5142613. OLE color: 5142613.

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

Color convert

RGB 85 120 78 -
CMYK 0.29 0 0.35 0.53
HSL 110º 0.21% 0.39% -
HSV(B) 110º 0.35% 0.47% -
XYZ 11.84 15.91 9.66 -
YUV 104.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 85 120 78 0.29 0 0.35 0.53 110 0.21 0.39
Hex 55 78 4E 1D 0 23 35 6E 15 27
Octal 125 170 116 35 0 43 65 156 25 47
Binary 1010101 1111000 1001110 11101 0 100011 110101 1101110 10101 100111

Color Harmonies of #55784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55784E

Black with #55784E

Text Example


Text Example

White with #55784E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,120,78); }

 H1.HeaderClassName
 {
   color: #55784E;
 }
 .AnyTagClassName
 {
   color: #55784E;
 }
</style>

background-color css

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

 a { background-color: rgb(85,120,78); }

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

border-color css

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

 span { border-color: rgb(85,120,78); }

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