Html Css Color HEX #645D76 Smoky

📋 copy color: '#645D76'

red 100 ◦ green 93 ◦ blue 118

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

Shades of Smoky #645D76

Tints of Smoky #645D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 32.15%
G = 29.9%
B = 37.94%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#645D76 (or 0x645D76) is known color: Smoky. HEX triplet: 64, 5D and 76. RGB value is (100,93,118). Sum of RGB (Red+Green+Blue) = 100+93+118=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #645D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D76 is #9BA289. Grayscale: #616161. Windows color (decimal): -10199690 or 7757156. OLE color: 7757156.

HSL color Cylindrical-coordinate representation of color #645D76: hue angle of 256.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #645D76 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 93 118 -
CMYK 0.15 0.21 0 0.54
HSL 256.8º 0.12% 0.41% -
HSV(B) 256.8º 0.21% 0.46% -
XYZ 12.44 11.85 18.77 -
YUV 97.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 100 93 118 0.15 0.21 0 0.54 256.8 0.12 0.41
Hex 64 5D 76 F 15 0 36 101 C 29
Octal 144 135 166 17 25 0 66 401 14 51
Binary 1100100 1011101 1110110 1111 10101 0 110110 100000001 1100 101001

Color Harmonies of #645D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D76

Black with #645D76

Text Example


Text Example

White with #645D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645D76; }

 p { color: rgb(100,93,118); }

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

background-color css

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

 a { background-color: rgb(100,93,118); }

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

border-color css

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

 span { border-color: rgb(100,93,118); }

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