Html Css Color HEX #56766D William

📋 copy color: '#56766D'

red 86 ◦ green 118 ◦ blue 109

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

Shades of William #56766D

Tints of William #56766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 27.48%
G = 37.7%
B = 34.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#56766D (or 0x56766D) is known color: William. HEX triplet: 56, 76 and 6D. RGB value is (86,118,109). Sum of RGB (Red+Green+Blue) = 86+118+109=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #56766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56766D is #A98992. Grayscale: #6B6B6B. Windows color (decimal): -11110803 or 7173718. OLE color: 7173718.

HSL color Cylindrical-coordinate representation of color #56766D: hue angle of 163.12º 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 #56766D is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 118 109 -
CMYK 0.27 0 0.08 0.54
HSL 163.13º 0.16% 0.4% -
HSV(B) 163.13º 0.27% 0.46% -
XYZ 13.08 16.04 16.87 -
YUV 107.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 86 118 109 0.27 0 0.08 0.54 163.13 0.16 0.4
Hex 56 76 6D 1B 0 8 36 A3 10 28
Octal 126 166 155 33 0 10 66 243 20 50
Binary 1010110 1110110 1101101 11011 0 1000 110110 10100011 10000 101000

Color Harmonies of #56766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56766D

Black with #56766D

Text Example


Text Example

White with #56766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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