Html Css Color HEX #57706C William

📋 copy color: '#57706C'

red 87 ◦ green 112 ◦ blue 108

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

Shades of William #57706C

Tints of William #57706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 28.34%
G = 36.48%
B = 35.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#57706C (or 0x57706C) is known color: William. HEX triplet: 57, 70 and 6C. RGB value is (87,112,108). Sum of RGB (Red+Green+Blue) = 87+112+108=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #57706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57706C is #A88F93. Grayscale: #686868. Windows color (decimal): -11046804 or 7106647. OLE color: 7106647.

HSL color Cylindrical-coordinate representation of color #57706C: hue angle of 170.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57706C is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 112 108 -
CMYK 0.22 0 0.04 0.56
HSL 170.4º 0.13% 0.39% -
HSV(B) 170.4º 0.22% 0.44% -
XYZ 12.43 14.7 16.37 -
YUV 104.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 87 112 108 0.22 0 0.04 0.56 170.4 0.13 0.39
Hex 57 70 6C 16 0 4 38 AA D 27
Octal 127 160 154 26 0 4 70 252 15 47
Binary 1010111 1110000 1101100 10110 0 100 111000 10101010 1101 100111

Color Harmonies of #57706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57706C

Black with #57706C

Text Example


Text Example

White with #57706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57706C; }

 p { color: rgb(87,112,108); }

 H1.HeaderClassName
 {
   color: #57706C;
 }
 .AnyTagClassName
 {
   color: #57706C;
 }
</style>

background-color css

<style>
 a { background-color: #57706C; }

 a { background-color: rgb(87,112,108); }

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

border-color css

<style>
 span { border-color: #57706C; }

 span { border-color: rgb(87,112,108); }

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