Html Css Color HEX #57776A Cutty Sark

📋 copy color: '#57776A'

red 87 ◦ green 119 ◦ blue 106

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

Shades of Cutty Sark #57776A

Tints of Cutty Sark #57776A

RGB

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

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

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

R = 27.88%
G = 38.14%
B = 33.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#57776A (or 0x57776A) is known color: Cutty Sark. HEX triplet: 57, 77 and 6A. RGB value is (87,119,106). Sum of RGB (Red+Green+Blue) = 87+119+106=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #57776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57776A is #A88895. Grayscale: #6B6B6B. Windows color (decimal): -11045014 or 6977367. OLE color: 6977367.

HSL color Cylindrical-coordinate representation of color #57776A: hue angle of 155.62º 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 #57776A is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 119 106 -
CMYK 0.27 0 0.11 0.53
HSL 155.63º 0.16% 0.4% -
HSV(B) 155.63º 0.27% 0.47% -
XYZ 13.13 16.26 16.08 -
YUV 107.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 87 119 106 0.27 0 0.11 0.53 155.63 0.16 0.4
Hex 57 77 6A 1B 0 B 35 9C 10 28
Octal 127 167 152 33 0 13 65 234 20 50
Binary 1010111 1110111 1101010 11011 0 1011 110101 10011100 10000 101000

Color Harmonies of #57776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57776A

Black with #57776A

Text Example


Text Example

White with #57776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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