Html Css Color HEX #57754B Cactus

📋 copy color: '#57754B'

red 87 ◦ green 117 ◦ blue 75

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

Shades of Cactus #57754B

Tints of Cactus #57754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 31.18%
G = 41.94%
B = 26.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#57754B (or 0x57754B) is known color: Cactus. HEX triplet: 57, 75 and 4B. RGB value is (87,117,75). Sum of RGB (Red+Green+Blue) = 87+117+75=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #57754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57754B is #A88AB4. Grayscale: #676767. Windows color (decimal): -11045557 or 4945239. OLE color: 4945239.

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

Color convert

RGB 87 117 75 -
CMYK 0.26 0 0.36 0.54
HSL 102.86º 0.22% 0.38% -
HSV(B) 102.86º 0.36% 0.46% -
XYZ 11.56 15.26 8.99 -
YUV 103.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 87 117 75 0.26 0 0.36 0.54 102.86 0.22 0.38
Hex 57 75 4B 1A 0 24 36 67 16 26
Octal 127 165 113 32 0 44 66 147 26 46
Binary 1010111 1110101 1001011 11010 0 100100 110110 1100111 10110 100110

Color Harmonies of #57754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57754B

Black with #57754B

Text Example


Text Example

White with #57754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57754B; }

 p { color: rgb(87,117,75); }

 H1.HeaderClassName
 {
   color: #57754B;
 }
 .AnyTagClassName
 {
   color: #57754B;
 }
</style>

background-color css

<style>
 a { background-color: #57754B; }

 a { background-color: rgb(87,117,75); }

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

border-color css

<style>
 span { border-color: #57754B; }

 span { border-color: rgb(87,117,75); }

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