Html Css Color HEX #647E72 Cutty Sark

📋 copy color: '#647E72'

red 100 ◦ green 126 ◦ blue 114

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

Shades of Cutty Sark #647E72

Tints of Cutty Sark #647E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 29.41%
G = 37.06%
B = 33.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#647E72 (or 0x647E72) is known color: Cutty Sark. HEX triplet: 64, 7E and 72. RGB value is (100,126,114). Sum of RGB (Red+Green+Blue) = 100+126+114=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #647E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E72 is #9B818D. Grayscale: #747474. Windows color (decimal): -10191246 or 7503460. OLE color: 7503460.

HSL color Cylindrical-coordinate representation of color #647E72: hue angle of 152.31º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647E72 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 126 114 -
CMYK 0.21 0 0.10 0.51
HSL 152.31º 0.12% 0.44% -
HSV(B) 152.31º 0.21% 0.49% -
XYZ 15.75 18.85 18.73 -
YUV 116.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 100 126 114 0.21 0 0.10 0.51 152.31 0.12 0.44
Hex 64 7E 72 15 0 A 33 98 C 2C
Octal 144 176 162 25 0 12 63 230 14 54
Binary 1100100 1111110 1110010 10101 0 1010 110011 10011000 1100 101100

Color Harmonies of #647E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647E72

Black with #647E72

Text Example


Text Example

White with #647E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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