Html Css Color HEX #647770 Cutty Sark

📋 copy color: '#647770'

red 100 ◦ green 119 ◦ blue 112

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

Shades of Cutty Sark #647770

Tints of Cutty Sark #647770

RGB

 RED value IS 100 (39.45% from 255) = 30.21%

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

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

R = 30.21%
G = 35.95%
B = 33.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#647770 (or 0x647770) is known color: Cutty Sark. HEX triplet: 64, 77 and 70. RGB value is (100,119,112). Sum of RGB (Red+Green+Blue) = 100+119+112=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #647770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647770 is #9B888F. Grayscale: #707070. Windows color (decimal): -10193040 or 7370596. OLE color: 7370596.

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

Color convert

RGB 100 119 112 -
CMYK 0.16 0 0.06 0.53
HSL 157.89º 0.09% 0.43% -
HSV(B) 157.89º 0.16% 0.47% -
XYZ 14.78 17.07 17.85 -
YUV 112.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 100 119 112 0.16 0 0.06 0.53 157.89 0.09 0.43
Hex 64 77 70 10 0 6 35 9E 9 2B
Octal 144 167 160 20 0 6 65 236 11 53
Binary 1100100 1110111 1110000 10000 0 110 110101 10011110 1001 101011

Color Harmonies of #647770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647770

Black with #647770

Text Example


Text Example

White with #647770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647770; }

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

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

background-color css

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

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

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

border-color css

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

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

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