Html Css Color HEX #55766D William

📋 copy color: '#55766D'

red 85 ◦ green 118 ◦ blue 109

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

Shades of William #55766D

Tints of William #55766D

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

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

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

R = 27.24%
G = 37.82%
B = 34.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#55766D (or 0x55766D) is known color: William. HEX triplet: 55, 76 and 6D. RGB value is (85,118,109). Sum of RGB (Red+Green+Blue) = 85+118+109=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #55766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55766D is #AA8992. Grayscale: #6B6B6B. Windows color (decimal): -11176339 or 7173717. OLE color: 7173717.

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

Color convert

RGB 85 118 109 -
CMYK 0.28 0 0.08 0.54
HSL 163.64º 0.16% 0.4% -
HSV(B) 163.64º 0.28% 0.46% -
XYZ 12.99 15.99 16.87 -
YUV 107.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 85 118 109 0.28 0 0.08 0.54 163.64 0.16 0.4
Hex 55 76 6D 1C 0 8 36 A4 10 28
Octal 125 166 155 34 0 10 66 244 20 50
Binary 1010101 1110110 1101101 11100 0 1000 110110 10100100 10000 101000

Color Harmonies of #55766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55766D

Black with #55766D

Text Example


Text Example

White with #55766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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