Html Css Color HEX #647870 Cutty Sark

📋 copy color: '#647870'

red 100 ◦ green 120 ◦ blue 112

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

Shades of Cutty Sark #647870

Tints of Cutty Sark #647870

RGB

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

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

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

R = 30.12%
G = 36.14%
B = 33.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#647870 (or 0x647870) is known color: Cutty Sark. HEX triplet: 64, 78 and 70. RGB value is (100,120,112). Sum of RGB (Red+Green+Blue) = 100+120+112=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #647870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647870 is #9B878F. Grayscale: #717171. Windows color (decimal): -10192784 or 7370852. OLE color: 7370852.

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

Color convert

RGB 100 120 112 -
CMYK 0.17 0 0.07 0.53
HSL 156º 0.09% 0.43% -
HSV(B) 156º 0.17% 0.47% -
XYZ 14.9 17.31 17.89 -
YUV 113.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 100 120 112 0.17 0 0.07 0.53 156 0.09 0.43
Hex 64 78 70 11 0 7 35 9C 9 2B
Octal 144 170 160 21 0 7 65 234 11 53
Binary 1100100 1111000 1110000 10001 0 111 110101 10011100 1001 101011

Color Harmonies of #647870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647870

Black with #647870

Text Example


Text Example

White with #647870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647870; }

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

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

background-color css

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

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

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

border-color css

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

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

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