Html Css Color HEX #58766F William

📋 copy color: '#58766F'

red 88 ◦ green 118 ◦ blue 111

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

Shades of William #58766F

Tints of William #58766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 27.76%
G = 37.22%
B = 35.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#58766F (or 0x58766F) is known color: William. HEX triplet: 58, 76 and 6F. RGB value is (88,118,111). Sum of RGB (Red+Green+Blue) = 88+118+111=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #58766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58766F is #A78990. Grayscale: #6C6C6C. Windows color (decimal): -10979729 or 7304792. OLE color: 7304792.

HSL color Cylindrical-coordinate representation of color #58766F: hue angle of 166º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58766F is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 118 111 -
CMYK 0.25 0 0.06 0.54
HSL 166º 0.15% 0.4% -
HSV(B) 166º 0.25% 0.46% -
XYZ 13.37 16.18 17.46 -
YUV 108.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 88 118 111 0.25 0 0.06 0.54 166 0.15 0.4
Hex 58 76 6F 19 0 6 36 A6 F 28
Octal 130 166 157 31 0 6 66 246 17 50
Binary 1011000 1110110 1101111 11001 0 110 110110 10100110 1111 101000

Color Harmonies of #58766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58766F

Black with #58766F

Text Example


Text Example

White with #58766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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