Html Css Color HEX #5F7672 William

📋 copy color: '#5F7672'

red 95 ◦ green 118 ◦ blue 114

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

Shades of William #5F7672

Tints of William #5F7672

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 value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#5F7672 (or 0x5F7672) is known color: 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

RGB 95 118 114 -
CMYK 0.19 0 0.03 0.54
HSL 169.57º 0.11% 0.42% -
HSV(B) 169.57º 0.19% 0.46% -
XYZ 14.24 16.6 18.37 -
YUV 110.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 95 118 114 0.19 0 0.03 0.54 169.57 0.11 0.42
Hex 5F 76 72 13 0 3 36 AA B 2A
Octal 137 166 162 23 0 3 66 252 13 52
Binary 1011111 1110110 1110010 10011 0 11 110110 10101010 1011 101010

Color Harmonies of #5F7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7672

Black with #5F7672

Text Example


Text Example

White with #5F7672

Text Example


Text Example

HTML Codes & Css Web 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>