Html Css Color HEX #56776A Cutty Sark

📋 copy color: '#56776A'

red 86 ◦ green 119 ◦ blue 106

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

Shades of Cutty Sark #56776A

Tints of Cutty Sark #56776A

RGB

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

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

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

R = 27.65%
G = 38.26%
B = 34.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#56776A (or 0x56776A) is known color: Cutty Sark. HEX triplet: 56, 77 and 6A. RGB value is (86,119,106). Sum of RGB (Red+Green+Blue) = 86+119+106=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #56776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56776A is #A98895. Grayscale: #6B6B6B. Windows color (decimal): -11110550 or 6977366. OLE color: 6977366.

HSL color Cylindrical-coordinate representation of color #56776A: hue angle of 156.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56776A is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 119 106 -
CMYK 0.28 0 0.11 0.53
HSL 156.36º 0.16% 0.4% -
HSV(B) 156.36º 0.28% 0.47% -
XYZ 13.04 16.21 16.08 -
YUV 107.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 86 119 106 0.28 0 0.11 0.53 156.36 0.16 0.4
Hex 56 77 6A 1C 0 B 35 9C 10 28
Octal 126 167 152 34 0 13 65 234 20 50
Binary 1010110 1110111 1101010 11100 0 1011 110101 10011100 10000 101000

Color Harmonies of #56776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56776A

Black with #56776A

Text Example


Text Example

White with #56776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,119,106); }

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

background-color css

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

 a { background-color: rgb(86,119,106); }

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

border-color css

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

 span { border-color: rgb(86,119,106); }

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