Html Css Color HEX #56776B Cutty Sark

📋 copy color: '#56776B'

red 86 ◦ green 119 ◦ blue 107

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

Shades of Cutty Sark #56776B

Tints of Cutty Sark #56776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 27.56%
G = 38.14%
B = 34.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#56776B (or 0x56776B) is known color: Cutty Sark. HEX triplet: 56, 77 and 6B. RGB value is (86,119,107). Sum of RGB (Red+Green+Blue) = 86+119+107=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #56776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56776B is #A98894. Grayscale: #6B6B6B. Windows color (decimal): -11110549 or 7042902. OLE color: 7042902.

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

Color convert

RGB 86 119 107 -
CMYK 0.28 0 0.10 0.53
HSL 158.18º 0.16% 0.4% -
HSV(B) 158.18º 0.28% 0.47% -
XYZ 13.09 16.23 16.35 -
YUV 107.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 86 119 107 0.28 0 0.10 0.53 158.18 0.16 0.4
Hex 56 77 6B 1C 0 A 35 9E 10 28
Octal 126 167 153 34 0 12 65 236 20 50
Binary 1010110 1110111 1101011 11100 0 1010 110101 10011110 10000 101000

Color Harmonies of #56776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56776B

Black with #56776B

Text Example


Text Example

White with #56776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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