#5F7672

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

Shades of William #5F7672

Tints of William #5F7672

Color information

#5F7672 (or 0x5F7672) is unknown color: approx William. HEX triplet: 5F, 76 and 72. RGB value is (95,118,114). Sum of RGB (Red+Green+Blue) = 95+118+114=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7672 is #A0898D. Grayscale: #6E6E6E. Windows color (decimal): -10520974 or 7501407. OLE color: 7501407.

HSL color Cylindrical-coordinate representation of color #5F7672: hue angle of 169.57º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7672 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB95118114-
CMYK0.1900.030.54
HSL169.57º10.8%41.76%-
HSV(B)169.57º19.49%46.27%-
XYZ14.2416.618.37-
YUV110.67129.88116.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=29.05%
G=36.09%
B=34.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal951181140.1900.030.54169.5710.841.76
Hex5F7672130336aab2a
Octal1371661622303662521352
Binary10111111110110111001010011011110110101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7672; }

 p { color: rgb(95,118,114); }

 H1.HeaderClassName
 {
   color: #5F7672;
 }
 .AnyTagClassName
 {
   color: #5F7672;
 }
</style>
background-color css

<style>
 a { background-color: #5F7672; }

 a { background-color: rgb(95,118,114); }

 div.DivClassName
 {
   background-color: #5F7672;
 }
 .BgClassName
 {
   background-color: #5F7672;
 }
</style>
border-color css

<style>
 span { border-color: #5F7672; }

 span { border-color: rgb(95,118,114); }

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