Html Css Color HEX #56756B Cutty Sark

📋 copy color: '#56756B'

red 86 ◦ green 117 ◦ blue 107

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

Shades of Cutty Sark #56756B

Tints of Cutty Sark #56756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 27.74%
G = 37.74%
B = 34.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#56756B (or 0x56756B) is known color: Cutty Sark. HEX triplet: 56, 75 and 6B. RGB value is (86,117,107). Sum of RGB (Red+Green+Blue) = 86+117+107=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #56756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756B is #A98A94. Grayscale: #6A6A6A. Windows color (decimal): -11111061 or 7042390. OLE color: 7042390.

HSL color Cylindrical-coordinate representation of color #56756B: hue angle of 160.65º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56756B is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 117 107 -
CMYK 0.26 0 0.09 0.54
HSL 160.65º 0.15% 0.4% -
HSV(B) 160.65º 0.26% 0.46% -
XYZ 12.85 15.76 16.27 -
YUV 106.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 86 117 107 0.26 0 0.09 0.54 160.65 0.15 0.4
Hex 56 75 6B 1A 0 9 36 A1 F 28
Octal 126 165 153 32 0 11 66 241 17 50
Binary 1010110 1110101 1101011 11010 0 1001 110110 10100001 1111 101000

Color Harmonies of #56756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56756B

Black with #56756B

Text Example


Text Example

White with #56756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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