Html Css Color HEX #5C7672 William

📋 copy color: '#5C7672'

red 92 ◦ green 118 ◦ blue 114

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

Shades of William #5C7672

Tints of William #5C7672

RGB

 RED value IS 92 (36.33% from 255) = 28.4%

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

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 28.4%
G = 36.42%
B = 35.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#5C7672 (or 0x5C7672) is known color: William. HEX triplet: 5C, 76 and 72. RGB value is (92,118,114). Sum of RGB (Red+Green+Blue) = 92+118+114=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7672 is #A3898D. Grayscale: #6D6D6D. Windows color (decimal): -10717582 or 7501404. OLE color: 7501404.

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

Color convert

RGB 92 118 114 -
CMYK 0.22 0 0.03 0.54
HSL 170.77º 0.12% 0.41% -
HSV(B) 170.77º 0.22% 0.46% -
XYZ 13.93 16.45 18.36 -
YUV 109.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 92 118 114 0.22 0 0.03 0.54 170.77 0.12 0.41
Hex 5C 76 72 16 0 3 36 AB C 29
Octal 134 166 162 26 0 3 66 253 14 51
Binary 1011100 1110110 1110010 10110 0 11 110110 10101011 1100 101001

Color Harmonies of #5C7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7672

Black with #5C7672

Text Example


Text Example

White with #5C7672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C7672;
 }
 .AnyTagClassName
 {
   color: #5C7672;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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