Html Css Color HEX #55776C Cutty Sark

📋 copy color: '#55776C'

red 85 ◦ green 119 ◦ blue 108

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

Shades of Cutty Sark #55776C

Tints of Cutty Sark #55776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 27.24%
G = 38.14%
B = 34.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#55776C (or 0x55776C) is known color: Cutty Sark. HEX triplet: 55, 77 and 6C. RGB value is (85,119,108). Sum of RGB (Red+Green+Blue) = 85+119+108=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #55776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55776C is #AA8893. Grayscale: #6B6B6B. Windows color (decimal): -11176084 or 7108437. OLE color: 7108437.

HSL color Cylindrical-coordinate representation of color #55776C: hue angle of 160.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55776C is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 108 -
CMYK 0.29 0 0.09 0.53
HSL 160.59º 0.17% 0.4% -
HSV(B) 160.59º 0.29% 0.47% -
XYZ 13.05 16.21 16.63 -
YUV 107.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 85 119 108 0.29 0 0.09 0.53 160.59 0.17 0.4
Hex 55 77 6C 1D 0 9 35 A1 11 28
Octal 125 167 154 35 0 11 65 241 21 50
Binary 1010101 1110111 1101100 11101 0 1001 110101 10100001 10001 101000

Color Harmonies of #55776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55776C

Black with #55776C

Text Example


Text Example

White with #55776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55776C; }

 p { color: rgb(85,119,108); }

 H1.HeaderClassName
 {
   color: #55776C;
 }
 .AnyTagClassName
 {
   color: #55776C;
 }
</style>

background-color css

<style>
 a { background-color: #55776C; }

 a { background-color: rgb(85,119,108); }

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

border-color css

<style>
 span { border-color: #55776C; }

 span { border-color: rgb(85,119,108); }

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