Html Css Color HEX #57756A Cutty Sark

📋 copy color: '#57756A'

red 87 ◦ green 117 ◦ blue 106

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

Shades of Cutty Sark #57756A

Tints of Cutty Sark #57756A

RGB

 RED value IS 87 (34.38% from 255) = 28.06%

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

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

R = 28.06%
G = 37.74%
B = 34.19%

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

#57756A (or 0x57756A) is known color: Cutty Sark. HEX triplet: 57, 75 and 6A. RGB value is (87,117,106). Sum of RGB (Red+Green+Blue) = 87+117+106=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #57756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57756A is #A88A95. Grayscale: #6A6A6A. Windows color (decimal): -11045526 or 6976855. OLE color: 6976855.

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

Color convert

RGB 87 117 106 -
CMYK 0.26 0 0.09 0.54
HSL 158º 0.15% 0.4% -
HSV(B) 158º 0.26% 0.46% -
XYZ 12.89 15.79 16 -
YUV 106.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 87 117 106 0.26 0 0.09 0.54 158 0.15 0.4
Hex 57 75 6A 1A 0 9 36 9E F 28
Octal 127 165 152 32 0 11 66 236 17 50
Binary 1010111 1110101 1101010 11010 0 1001 110110 10011110 1111 101000

Color Harmonies of #57756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57756A

Black with #57756A

Text Example


Text Example

White with #57756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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