Html Css Color HEX #57796D Cutty Sark

📋 copy color: '#57796D'

red 87 ◦ green 121 ◦ blue 109

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

Shades of Cutty Sark #57796D

Tints of Cutty Sark #57796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 27.44%
G = 38.17%
B = 34.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#57796D (or 0x57796D) is known color: Cutty Sark. HEX triplet: 57, 79 and 6D. RGB value is (87,121,109). Sum of RGB (Red+Green+Blue) = 87+121+109=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #57796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57796D is #A88692. Grayscale: #6D6D6D. Windows color (decimal): -11044499 or 7174487. OLE color: 7174487.

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

Color convert

RGB 87 121 109 -
CMYK 0.28 0 0.10 0.53
HSL 158.82º 0.16% 0.41% -
HSV(B) 158.82º 0.28% 0.47% -
XYZ 13.53 16.81 17 -
YUV 109.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 87 121 109 0.28 0 0.10 0.53 158.82 0.16 0.41
Hex 57 79 6D 1C 0 A 35 9F 10 29
Octal 127 171 155 34 0 12 65 237 20 51
Binary 1010111 1111001 1101101 11100 0 1010 110101 10011111 10000 101001

Color Harmonies of #57796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57796D

Black with #57796D

Text Example


Text Example

White with #57796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57796D; }

 p { color: rgb(87,121,109); }

 H1.HeaderClassName
 {
   color: #57796D;
 }
 .AnyTagClassName
 {
   color: #57796D;
 }
</style>

background-color css

<style>
 a { background-color: #57796D; }

 a { background-color: rgb(87,121,109); }

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

border-color css

<style>
 span { border-color: #57796D; }

 span { border-color: rgb(87,121,109); }

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