Html Css Color HEX #57776F William

📋 copy color: '#57776F'

red 87 ◦ green 119 ◦ blue 111

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

Shades of William #57776F

Tints of William #57776F

RGB

 RED value IS 87 (34.38% from 255) = 27.44%

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 27.44%
G = 37.54%
B = 35.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#57776F (or 0x57776F) is known color: William. HEX triplet: 57, 77 and 6F. RGB value is (87,119,111). Sum of RGB (Red+Green+Blue) = 87+119+111=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #57776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57776F is #A88890. Grayscale: #6C6C6C. Windows color (decimal): -11045009 or 7305047. OLE color: 7305047.

HSL color Cylindrical-coordinate representation of color #57776F: hue angle of 165º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57776F is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 119 111 -
CMYK 0.27 0 0.07 0.53
HSL 165º 0.16% 0.4% -
HSV(B) 165º 0.27% 0.47% -
XYZ 13.4 16.37 17.49 -
YUV 108.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 87 119 111 0.27 0 0.07 0.53 165 0.16 0.4
Hex 57 77 6F 1B 0 7 35 A5 10 28
Octal 127 167 157 33 0 7 65 245 20 50
Binary 1010111 1110111 1101111 11011 0 111 110101 10100101 10000 101000

Color Harmonies of #57776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57776F

Black with #57776F

Text Example


Text Example

White with #57776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57776F; }

 p { color: rgb(87,119,111); }

 H1.HeaderClassName
 {
   color: #57776F;
 }
 .AnyTagClassName
 {
   color: #57776F;
 }
</style>

background-color css

<style>
 a { background-color: #57776F; }

 a { background-color: rgb(87,119,111); }

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

border-color css

<style>
 span { border-color: #57776F; }

 span { border-color: rgb(87,119,111); }

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