#647872

Color #647872 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #647872

Tints of Cutty Sark #647872

Color information

#647872 (or 0x647872) is unknown color: approx Cutty Sark. HEX triplet: 64, 78 and 72. RGB value is (100,120,114). Sum of RGB (Red+Green+Blue) = 100+120+114=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #647872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647872 is #9B878D. Grayscale: #717171. Windows color (decimal): -10192782 or 7501924. OLE color: 7501924.

HSL color Cylindrical-coordinate representation of color #647872: hue angle of 162º 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 #647872 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB100120114-
CMYK0.1700.050.53
HSL162º9.09%43.14%-
HSV(B)162º16.67%47.06%-
XYZ15.0117.3618.48-
YUV113.34128.37118.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=29.94%
G=35.93%
B=34.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001201140.1700.050.531629.0943.14
Hex647872110535a292b
Octal1441701622105652421153
Binary110010011110001110010100010101110101101000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647872; }

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

 H1.HeaderClassName
 {
   color: #647872;
 }
 .AnyTagClassName
 {
   color: #647872;
 }
</style>
background-color css

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

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

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

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

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

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