#58766F

Color #58766F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #58766F

Tints of William #58766F

Color information

#58766F (or 0x58766F) is unknown color: approx 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

RGB88118111-
CMYK0.2500.060.54
HSL166º14.56%40.39%-
HSV(B)166º25.42%46.27%-
XYZ13.3716.1817.46-
YUV108.23129.56113.57-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881181110.2500.060.5416614.5640.39
Hex58766F190636a6f28
Octal1301661573106662461750
Binary101100011101101101111110010110110110101001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>