Html Css Color HEX #57776B Cutty Sark

📋 copy color: '#57776B'

red 87 ◦ green 119 ◦ blue 107

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

Shades of Cutty Sark #57776B

Tints of Cutty Sark #57776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 27.8%
G = 38.02%
B = 34.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#57776B (or 0x57776B) is known color: Cutty Sark. HEX triplet: 57, 77 and 6B. RGB value is (87,119,107). Sum of RGB (Red+Green+Blue) = 87+119+107=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #57776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57776B is #A88894. Grayscale: #6C6C6C. Windows color (decimal): -11045013 or 7042903. OLE color: 7042903.

HSL color Cylindrical-coordinate representation of color #57776B: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57776B is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 119 107 -
CMYK 0.27 0 0.10 0.53
HSL 157.5º 0.16% 0.4% -
HSV(B) 157.5º 0.27% 0.47% -
XYZ 13.18 16.28 16.36 -
YUV 108.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 87 119 107 0.27 0 0.10 0.53 157.5 0.16 0.4
Hex 57 77 6B 1B 0 A 35 9E 10 28
Octal 127 167 153 33 0 12 65 236 20 50
Binary 1010111 1110111 1101011 11011 0 1010 110101 10011110 10000 101000

Color Harmonies of #57776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57776B

Black with #57776B

Text Example


Text Example

White with #57776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,119,107); }

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

background-color css

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

 a { background-color: rgb(87,119,107); }

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

border-color css

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

 span { border-color: rgb(87,119,107); }

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