Html Css Color HEX #5E7772 William

📋 copy color: '#5E7772'

red 94 ◦ green 119 ◦ blue 114

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

Shades of William #5E7772

Tints of William #5E7772

RGB

 RED value IS 94 (37.11% from 255) = 28.75%

 GREEN value IS 119 (46.88% from 255) = 36.39%

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

R = 28.75%
G = 36.39%
B = 34.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#5E7772 (or 0x5E7772) is known color: William. HEX triplet: 5E, 77 and 72. RGB value is (94,119,114). Sum of RGB (Red+Green+Blue) = 94+119+114=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7772 is #A1888D. Grayscale: #6E6E6E. Windows color (decimal): -10586254 or 7501662. OLE color: 7501662.

HSL color Cylindrical-coordinate representation of color #5E7772: hue angle of 168º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7772 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 119 114 -
CMYK 0.21 0 0.04 0.53
HSL 168º 0.12% 0.42% -
HSV(B) 168º 0.21% 0.47% -
XYZ 14.25 16.79 18.41 -
YUV 110.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 94 119 114 0.21 0 0.04 0.53 168 0.12 0.42
Hex 5E 77 72 15 0 4 35 A8 C 2A
Octal 136 167 162 25 0 4 65 250 14 52
Binary 1011110 1110111 1110010 10101 0 100 110101 10101000 1100 101010

Color Harmonies of #5E7772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7772

Black with #5E7772

Text Example


Text Example

White with #5E7772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,119,114); }

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

background-color css

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

 a { background-color: rgb(94,119,114); }

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

border-color css

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

 span { border-color: rgb(94,119,114); }

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