Html Css Color HEX #55766A Cutty Sark

📋 copy color: '#55766A'

red 85 ◦ green 118 ◦ blue 106

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

Shades of Cutty Sark #55766A

Tints of Cutty Sark #55766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 27.51%
G = 38.19%
B = 34.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#55766A (or 0x55766A) is known color: Cutty Sark. HEX triplet: 55, 76 and 6A. RGB value is (85,118,106). Sum of RGB (Red+Green+Blue) = 85+118+106=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #55766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55766A is #AA8995. Grayscale: #6A6A6A. Windows color (decimal): -11176342 or 6977109. OLE color: 6977109.

HSL color Cylindrical-coordinate representation of color #55766A: hue angle of 158.18º 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 #55766A is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 106 -
CMYK 0.28 0 0.10 0.54
HSL 158.18º 0.16% 0.4% -
HSV(B) 158.18º 0.28% 0.46% -
XYZ 12.83 15.93 16.03 -
YUV 106.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 85 118 106 0.28 0 0.10 0.54 158.18 0.16 0.4
Hex 55 76 6A 1C 0 A 36 9E 10 28
Octal 125 166 152 34 0 12 66 236 20 50
Binary 1010101 1110110 1101010 11100 0 1010 110110 10011110 10000 101000

Color Harmonies of #55766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55766A

Black with #55766A

Text Example


Text Example

White with #55766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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