Html Css Color HEX #56786C Cutty Sark

📋 copy color: '#56786C'

red 86 ◦ green 120 ◦ blue 108

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

Shades of Cutty Sark #56786C

Tints of Cutty Sark #56786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.22%

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

R = 27.39%
G = 38.22%
B = 34.39%

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

#56786C (or 0x56786C) is known color: Cutty Sark. HEX triplet: 56, 78 and 6C. RGB value is (86,120,108). Sum of RGB (Red+Green+Blue) = 86+120+108=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #56786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56786C is #A98793. Grayscale: #6C6C6C. Windows color (decimal): -11110292 or 7108694. OLE color: 7108694.

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

Color convert

RGB 86 120 108 -
CMYK 0.28 0 0.10 0.53
HSL 158.82º 0.17% 0.4% -
HSV(B) 158.82º 0.28% 0.47% -
XYZ 13.26 16.49 16.67 -
YUV 108.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 86 120 108 0.28 0 0.10 0.53 158.82 0.17 0.4
Hex 56 78 6C 1C 0 A 35 9F 11 28
Octal 126 170 154 34 0 12 65 237 21 50
Binary 1010110 1111000 1101100 11100 0 1010 110101 10011111 10001 101000

Color Harmonies of #56786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56786C

Black with #56786C

Text Example


Text Example

White with #56786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,120,108); }

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

background-color css

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

 a { background-color: rgb(86,120,108); }

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

border-color css

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

 span { border-color: rgb(86,120,108); }

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