Html Css Color HEX #57756E William

📋 copy color: '#57756E'

red 87 ◦ green 117 ◦ blue 110

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

Shades of William #57756E

Tints of William #57756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 27.71%
G = 37.26%
B = 35.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#57756E (or 0x57756E) is known color: William. HEX triplet: 57, 75 and 6E. RGB value is (87,117,110). Sum of RGB (Red+Green+Blue) = 87+117+110=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #57756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57756E is #A88A91. Grayscale: #6B6B6B. Windows color (decimal): -11045522 or 7238999. OLE color: 7238999.

HSL color Cylindrical-coordinate representation of color #57756E: hue angle of 166º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57756E is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 117 110 -
CMYK 0.26 0 0.06 0.54
HSL 166º 0.15% 0.4% -
HSV(B) 166º 0.26% 0.46% -
XYZ 13.11 15.87 17.13 -
YUV 107.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 87 117 110 0.26 0 0.06 0.54 166 0.15 0.4
Hex 57 75 6E 1A 0 6 36 A6 F 28
Octal 127 165 156 32 0 6 66 246 17 50
Binary 1010111 1110101 1101110 11010 0 110 110110 10100110 1111 101000

Color Harmonies of #57756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57756E

Black with #57756E

Text Example


Text Example

White with #57756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57756E; }

 p { color: rgb(87,117,110); }

 H1.HeaderClassName
 {
   color: #57756E;
 }
 .AnyTagClassName
 {
   color: #57756E;
 }
</style>

background-color css

<style>
 a { background-color: #57756E; }

 a { background-color: rgb(87,117,110); }

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

border-color css

<style>
 span { border-color: #57756E; }

 span { border-color: rgb(87,117,110); }

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