Html Css Color HEX #647A72 Cutty Sark

📋 copy color: '#647A72'

red 100 ◦ green 122 ◦ blue 114

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

Shades of Cutty Sark #647A72

Tints of Cutty Sark #647A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

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

R = 29.76%
G = 36.31%
B = 33.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#647A72 (or 0x647A72) is known color: Cutty Sark. HEX triplet: 64, 7A and 72. RGB value is (100,122,114). Sum of RGB (Red+Green+Blue) = 100+122+114=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 122 - color contains mainly: green. Hex color #647A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A72 is #9B858D. Grayscale: #727272. Windows color (decimal): -10192270 or 7502436. OLE color: 7502436.

HSL color Cylindrical-coordinate representation of color #647A72: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647A72 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 122 114 -
CMYK 0.18 0 0.07 0.52
HSL 158.18º 0.1% 0.44% -
HSV(B) 158.18º 0.18% 0.48% -
XYZ 15.25 17.84 18.56 -
YUV 114.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 100 122 114 0.18 0 0.07 0.52 158.18 0.1 0.44
Hex 64 7A 72 12 0 7 34 9E A 2C
Octal 144 172 162 22 0 7 64 236 12 54
Binary 1100100 1111010 1110010 10010 0 111 110100 10011110 1010 101100

Color Harmonies of #647A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A72

Black with #647A72

Text Example


Text Example

White with #647A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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