Html Css Color HEX #57764E Cactus

📋 copy color: '#57764E'

red 87 ◦ green 118 ◦ blue 78

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

Shades of Cactus #57764E

Tints of Cactus #57764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

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

R = 30.74%
G = 41.7%
B = 27.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#57764E (or 0x57764E) is known color: Cactus. HEX triplet: 57, 76 and 4E. RGB value is (87,118,78). Sum of RGB (Red+Green+Blue) = 87+118+78=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #57764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57764E is #A889B1. Grayscale: #686868. Windows color (decimal): -11045298 or 5142103. OLE color: 5142103.

HSL color Cylindrical-coordinate representation of color #57764E: hue angle of 106.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57764E is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 118 78 -
CMYK 0.26 0 0.34 0.54
HSL 106.5º 0.2% 0.38% -
HSV(B) 106.5º 0.34% 0.46% -
XYZ 11.78 15.53 9.58 -
YUV 104.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 87 118 78 0.26 0 0.34 0.54 106.5 0.2 0.38
Hex 57 76 4E 1A 0 22 36 6A 14 26
Octal 127 166 116 32 0 42 66 152 24 46
Binary 1010111 1110110 1001110 11010 0 100010 110110 1101010 10100 100110

Color Harmonies of #57764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57764E

Black with #57764E

Text Example


Text Example

White with #57764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,118,78); }

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

background-color css

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

 a { background-color: rgb(87,118,78); }

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

border-color css

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

 span { border-color: rgb(87,118,78); }

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