Html Css Color HEX #56766E William

📋 copy color: '#56766E'

red 86 ◦ green 118 ◦ blue 110

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

Shades of William #56766E

Tints of William #56766E

RGB

 RED value IS 86 (33.98% from 255) = 27.39%

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

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

R = 27.39%
G = 37.58%
B = 35.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#56766E (or 0x56766E) is known color: William. HEX triplet: 56, 76 and 6E. RGB value is (86,118,110). Sum of RGB (Red+Green+Blue) = 86+118+110=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #56766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56766E is #A98991. Grayscale: #6B6B6B. Windows color (decimal): -11110802 or 7239254. OLE color: 7239254.

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

Color convert

RGB 86 118 110 -
CMYK 0.27 0 0.07 0.54
HSL 165º 0.16% 0.4% -
HSV(B) 165º 0.27% 0.46% -
XYZ 13.13 16.06 17.16 -
YUV 107.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 86 118 110 0.27 0 0.07 0.54 165 0.16 0.4
Hex 56 76 6E 1B 0 7 36 A5 10 28
Octal 126 166 156 33 0 7 66 245 20 50
Binary 1010110 1110110 1101110 11011 0 111 110110 10100101 10000 101000

Color Harmonies of #56766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56766E

Black with #56766E

Text Example


Text Example

White with #56766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,118,110); }

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

background-color css

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

 a { background-color: rgb(86,118,110); }

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

border-color css

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

 span { border-color: rgb(86,118,110); }

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