Html Css Color HEX #57766A Cutty Sark

📋 copy color: '#57766A'

red 87 ◦ green 118 ◦ blue 106

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

Shades of Cutty Sark #57766A

Tints of Cutty Sark #57766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 27.97%
G = 37.94%
B = 34.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#57766A (or 0x57766A) is known color: Cutty Sark. HEX triplet: 57, 76 and 6A. RGB value is (87,118,106). Sum of RGB (Red+Green+Blue) = 87+118+106=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #57766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57766A is #A88995. Grayscale: #6B6B6B. Windows color (decimal): -11045270 or 6977111. OLE color: 6977111.

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

Color convert

RGB 87 118 106 -
CMYK 0.26 0 0.10 0.54
HSL 156.77º 0.15% 0.4% -
HSV(B) 156.77º 0.26% 0.46% -
XYZ 13.01 16.02 16.04 -
YUV 107.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 87 118 106 0.26 0 0.10 0.54 156.77 0.15 0.4
Hex 57 76 6A 1A 0 A 36 9D F 28
Octal 127 166 152 32 0 12 66 235 17 50
Binary 1010111 1110110 1101010 11010 0 1010 110110 10011101 1111 101000

Color Harmonies of #57766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57766A

Black with #57766A

Text Example


Text Example

White with #57766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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