Html Css Color HEX #57704C Cactus

📋 copy color: '#57704C'

red 87 ◦ green 112 ◦ blue 76

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

Shades of Cactus #57704C

Tints of Cactus #57704C

RGB

 RED value IS 87 (34.38% from 255) = 31.64%

 GREEN value IS 112 (44.14% from 255) = 40.73%

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 31.64%
G = 40.73%
B = 27.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#57704C (or 0x57704C) is known color: Cactus. HEX triplet: 57, 70 and 4C. RGB value is (87,112,76). Sum of RGB (Red+Green+Blue) = 87+112+76=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #57704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57704C is #A88FB3. Grayscale: #646464. Windows color (decimal): -11046836 or 5009495. OLE color: 5009495.

HSL color Cylindrical-coordinate representation of color #57704C: hue angle of 101.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57704C is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 112 76 -
CMYK 0.22 0 0.32 0.56
HSL 101.67º 0.19% 0.37% -
HSV(B) 101.67º 0.32% 0.44% -
XYZ 11.03 14.14 8.98 -
YUV 100.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 87 112 76 0.22 0 0.32 0.56 101.67 0.19 0.37
Hex 57 70 4C 16 0 20 38 66 13 25
Octal 127 160 114 26 0 40 70 146 23 45
Binary 1010111 1110000 1001100 10110 0 100000 111000 1100110 10011 100101

Color Harmonies of #57704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57704C

Black with #57704C

Text Example


Text Example

White with #57704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57704C; }

 p { color: rgb(87,112,76); }

 H1.HeaderClassName
 {
   color: #57704C;
 }
 .AnyTagClassName
 {
   color: #57704C;
 }
</style>

background-color css

<style>
 a { background-color: #57704C; }

 a { background-color: rgb(87,112,76); }

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

border-color css

<style>
 span { border-color: #57704C; }

 span { border-color: rgb(87,112,76); }

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