Html Css Color HEX #57764D Cactus

📋 copy color: '#57764D'

red 87 ◦ green 118 ◦ blue 77

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

Shades of Cactus #57764D

Tints of Cactus #57764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 30.85%
G = 41.84%
B = 27.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#57764D (or 0x57764D) is known color: Cactus. HEX triplet: 57, 76 and 4D. RGB value is (87,118,77). Sum of RGB (Red+Green+Blue) = 87+118+77=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #57764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57764D is #A889B2. Grayscale: #686868. Windows color (decimal): -11045299 or 5076567. OLE color: 5076567.

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

Color convert

RGB 87 118 77 -
CMYK 0.26 0 0.35 0.54
HSL 105.37º 0.21% 0.38% -
HSV(B) 105.37º 0.35% 0.46% -
XYZ 11.75 15.52 9.4 -
YUV 104.06 112.73 115.83 -
System Red Green Blue C M Y K H S L
Decimal 87 118 77 0.26 0 0.35 0.54 105.37 0.21 0.38
Hex 57 76 4D 1A 0 23 36 69 15 26
Octal 127 166 115 32 0 43 66 151 25 46
Binary 1010111 1110110 1001101 11010 0 100011 110110 1101001 10101 100110

Color Harmonies of #57764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57764D

Black with #57764D

Text Example


Text Example

White with #57764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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