Html Css Color HEX #56766C Cutty Sark

📋 copy color: '#56766C'

red 86 ◦ green 118 ◦ blue 108

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

Shades of Cutty Sark #56766C

Tints of Cutty Sark #56766C

RGB

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

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

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

R = 27.56%
G = 37.82%
B = 34.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#56766C (or 0x56766C) is known color: Cutty Sark. HEX triplet: 56, 76 and 6C. RGB value is (86,118,108). Sum of RGB (Red+Green+Blue) = 86+118+108=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #56766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56766C is #A98993. Grayscale: #6B6B6B. Windows color (decimal): -11110804 or 7108182. OLE color: 7108182.

HSL color Cylindrical-coordinate representation of color #56766C: hue angle of 161.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56766C is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 118 108 -
CMYK 0.27 0 0.08 0.54
HSL 161.25º 0.16% 0.4% -
HSV(B) 161.25º 0.27% 0.46% -
XYZ 13.02 16.02 16.59 -
YUV 107.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 86 118 108 0.27 0 0.08 0.54 161.25 0.16 0.4
Hex 56 76 6C 1B 0 8 36 A1 10 28
Octal 126 166 154 33 0 10 66 241 20 50
Binary 1010110 1110110 1101100 11011 0 1000 110110 10100001 10000 101000

Color Harmonies of #56766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56766C

Black with #56766C

Text Example


Text Example

White with #56766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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