Html Css Color HEX #657770 Cutty Sark

📋 copy color: '#657770'

red 101 ◦ green 119 ◦ blue 112

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

Shades of Cutty Sark #657770

Tints of Cutty Sark #657770

RGB

 RED value IS 101 (39.84% from 255) = 30.42%

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

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 30.42%
G = 35.84%
B = 33.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#657770 (or 0x657770) is known color: Cutty Sark. HEX triplet: 65, 77 and 70. RGB value is (101,119,112). Sum of RGB (Red+Green+Blue) = 101+119+112=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #657770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657770 is #9A888F. Grayscale: #707070. Windows color (decimal): -10127504 or 7370597. OLE color: 7370597.

HSL color Cylindrical-coordinate representation of color #657770: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #657770 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 119 112 -
CMYK 0.15 0 0.06 0.53
HSL 156.67º 0.08% 0.43% -
HSV(B) 156.67º 0.15% 0.47% -
XYZ 14.89 17.13 17.85 -
YUV 112.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 101 119 112 0.15 0 0.06 0.53 156.67 0.08 0.43
Hex 65 77 70 F 0 6 35 9D 8 2B
Octal 145 167 160 17 0 6 65 235 10 53
Binary 1100101 1110111 1110000 1111 0 110 110101 10011101 1000 101011

Color Harmonies of #657770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657770

Black with #657770

Text Example


Text Example

White with #657770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657770; }

 p { color: rgb(101,119,112); }

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

background-color css

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

 a { background-color: rgb(101,119,112); }

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

border-color css

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

 span { border-color: rgb(101,119,112); }

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