Html Css Color HEX #57786A Cutty Sark

📋 copy color: '#57786A'

red 87 ◦ green 120 ◦ blue 106

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

Shades of Cutty Sark #57786A

Tints of Cutty Sark #57786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

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

R = 27.8%
G = 38.34%
B = 33.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#57786A (or 0x57786A) is known color: Cutty Sark. HEX triplet: 57, 78 and 6A. RGB value is (87,120,106). Sum of RGB (Red+Green+Blue) = 87+120+106=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #57786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57786A is #A88795. Grayscale: #6C6C6C. Windows color (decimal): -11044758 or 6977623. OLE color: 6977623.

HSL color Cylindrical-coordinate representation of color #57786A: hue angle of 154.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57786A is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 120 106 -
CMYK 0.28 0 0.12 0.53
HSL 154.55º 0.16% 0.41% -
HSV(B) 154.55º 0.28% 0.47% -
XYZ 13.25 16.5 16.12 -
YUV 108.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 87 120 106 0.28 0 0.12 0.53 154.55 0.16 0.41
Hex 57 78 6A 1C 0 C 35 9B 10 29
Octal 127 170 152 34 0 14 65 233 20 51
Binary 1010111 1111000 1101010 11100 0 1100 110101 10011011 10000 101001

Color Harmonies of #57786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57786A

Black with #57786A

Text Example


Text Example

White with #57786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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