Html Css Color HEX #56766B Cutty Sark

📋 copy color: '#56766B'

red 86 ◦ green 118 ◦ blue 107

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

Shades of Cutty Sark #56766B

Tints of Cutty Sark #56766B

RGB

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

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

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

R = 27.65%
G = 37.94%
B = 34.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#56766B (or 0x56766B) is known color: Cutty Sark. HEX triplet: 56, 76 and 6B. RGB value is (86,118,107). Sum of RGB (Red+Green+Blue) = 86+118+107=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #56766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56766B is #A98994. Grayscale: #6B6B6B. Windows color (decimal): -11110805 or 7042646. OLE color: 7042646.

HSL color Cylindrical-coordinate representation of color #56766B: hue angle of 159.38º 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 #56766B is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 118 107 -
CMYK 0.27 0 0.09 0.54
HSL 159.38º 0.16% 0.4% -
HSV(B) 159.38º 0.27% 0.46% -
XYZ 12.97 16 16.31 -
YUV 107.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 86 118 107 0.27 0 0.09 0.54 159.38 0.16 0.4
Hex 56 76 6B 1B 0 9 36 9F 10 28
Octal 126 166 153 33 0 11 66 237 20 50
Binary 1010110 1110110 1101011 11011 0 1001 110110 10011111 10000 101000

Color Harmonies of #56766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56766B

Black with #56766B

Text Example


Text Example

White with #56766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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