Html Css Color HEX #58764D Cactus

📋 copy color: '#58764D'

red 88 ◦ green 118 ◦ blue 77

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

Shades of Cactus #58764D

Tints of Cactus #58764D

RGB

 RED value IS 88 (34.77% from 255) = 31.1%

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

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

R = 31.1%
G = 41.7%
B = 27.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#58764D (or 0x58764D) is known color: Cactus. HEX triplet: 58, 76 and 4D. RGB value is (88,118,77). Sum of RGB (Red+Green+Blue) = 88+118+77=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #58764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58764D is #A789B2. Grayscale: #686868. Windows color (decimal): -10979763 or 5076568. OLE color: 5076568.

HSL color Cylindrical-coordinate representation of color #58764D: hue angle of 103.9º 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 #58764D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 118 77 -
CMYK 0.25 0 0.35 0.54
HSL 103.9º 0.21% 0.38% -
HSV(B) 103.9º 0.35% 0.46% -
XYZ 11.84 15.57 9.4 -
YUV 104.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 88 118 77 0.25 0 0.35 0.54 103.9 0.21 0.38
Hex 58 76 4D 19 0 23 36 68 15 26
Octal 130 166 115 31 0 43 66 150 25 46
Binary 1011000 1110110 1001101 11001 0 100011 110110 1101000 10101 100110

Color Harmonies of #58764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58764D

Black with #58764D

Text Example


Text Example

White with #58764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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