Html Css Color HEX #58774F Cactus

📋 copy color: '#58774F'

red 88 ◦ green 119 ◦ blue 79

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

Shades of Cactus #58774F

Tints of Cactus #58774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 30.77%
G = 41.61%
B = 27.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#58774F (or 0x58774F) is known color: Cactus. HEX triplet: 58, 77 and 4F. RGB value is (88,119,79). Sum of RGB (Red+Green+Blue) = 88+119+79=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #58774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58774F is #A788B0. Grayscale: #696969. Windows color (decimal): -10979505 or 5207896. OLE color: 5207896.

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

Color convert

RGB 88 119 79 -
CMYK 0.26 0 0.34 0.53
HSL 106.5º 0.2% 0.39% -
HSV(B) 106.5º 0.34% 0.47% -
XYZ 12.03 15.83 9.82 -
YUV 105.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 88 119 79 0.26 0 0.34 0.53 106.5 0.2 0.39
Hex 58 77 4F 1A 0 22 35 6A 14 27
Octal 130 167 117 32 0 42 65 152 24 47
Binary 1011000 1110111 1001111 11010 0 100010 110101 1101010 10100 100111

Color Harmonies of #58774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58774F

Black with #58774F

Text Example


Text Example

White with #58774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58774F; }

 p { color: rgb(88,119,79); }

 H1.HeaderClassName
 {
   color: #58774F;
 }
 .AnyTagClassName
 {
   color: #58774F;
 }
</style>

background-color css

<style>
 a { background-color: #58774F; }

 a { background-color: rgb(88,119,79); }

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

border-color css

<style>
 span { border-color: #58774F; }

 span { border-color: rgb(88,119,79); }

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