Html Css Color HEX #646072 Smoky

📋 copy color: '#646072'

red 100 ◦ green 96 ◦ blue 114

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

Shades of Smoky #646072

Tints of Smoky #646072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 32.26%
G = 30.97%
B = 36.77%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646072 (or 0x646072) is known color: Smoky. HEX triplet: 64, 60 and 72. RGB value is (100,96,114). Sum of RGB (Red+Green+Blue) = 100+96+114=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #646072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646072 is #9B9F8D. Grayscale: #636363. Windows color (decimal): -10198926 or 7495780. OLE color: 7495780.

HSL color Cylindrical-coordinate representation of color #646072: hue angle of 253.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646072 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 96 114 -
CMYK 0.12 0.16 0 0.55
HSL 253.33º 0.09% 0.41% -
HSV(B) 253.33º 0.16% 0.45% -
XYZ 12.48 12.29 17.63 -
YUV 99.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 100 96 114 0.12 0.16 0 0.55 253.33 0.09 0.41
Hex 64 60 72 C 10 0 37 FD 9 29
Octal 144 140 162 14 20 0 67 375 11 51
Binary 1100100 1100000 1110010 1100 10000 0 110111 11111101 1001 101001

Color Harmonies of #646072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646072

Black with #646072

Text Example


Text Example

White with #646072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646072; }

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

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

background-color css

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

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

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

border-color css

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

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

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