Html Css Color HEX #56756A Cutty Sark

📋 copy color: '#56756A'

red 86 ◦ green 117 ◦ blue 106

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

Shades of Cutty Sark #56756A

Tints of Cutty Sark #56756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 27.83%
G = 37.86%
B = 34.3%

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

#56756A (or 0x56756A) is known color: Cutty Sark. HEX triplet: 56, 75 and 6A. RGB value is (86,117,106). Sum of RGB (Red+Green+Blue) = 86+117+106=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #56756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756A is #A98A95. Grayscale: #6A6A6A. Windows color (decimal): -11111062 or 6976854. OLE color: 6976854.

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

Color convert

RGB 86 117 106 -
CMYK 0.26 0 0.09 0.54
HSL 158.71º 0.15% 0.4% -
HSV(B) 158.71º 0.26% 0.46% -
XYZ 12.8 15.74 16 -
YUV 106.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 86 117 106 0.26 0 0.09 0.54 158.71 0.15 0.4
Hex 56 75 6A 1A 0 9 36 9F F 28
Octal 126 165 152 32 0 11 66 237 17 50
Binary 1010110 1110101 1101010 11010 0 1001 110110 10011111 1111 101000

Color Harmonies of #56756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56756A

Black with #56756A

Text Example


Text Example

White with #56756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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