Html Css Color HEX #645C78 Smoky

📋 copy color: '#645C78'

red 100 ◦ green 92 ◦ blue 120

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

Shades of Smoky #645C78

Tints of Smoky #645C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 32.05%
G = 29.49%
B = 38.46%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#645C78 (or 0x645C78) is known color: Smoky. HEX triplet: 64, 5C and 78. RGB value is (100,92,120). Sum of RGB (Red+Green+Blue) = 100+92+120=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #645C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C78 is #9BA387. Grayscale: #616161. Windows color (decimal): -10199944 or 7887972. OLE color: 7887972.

HSL color Cylindrical-coordinate representation of color #645C78: hue angle of 257.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #645C78 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 92 120 -
CMYK 0.17 0.23 0 0.53
HSL 257.14º 0.13% 0.42% -
HSV(B) 257.14º 0.23% 0.47% -
XYZ 12.47 11.72 19.37 -
YUV 97.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 100 92 120 0.17 0.23 0 0.53 257.14 0.13 0.42
Hex 64 5C 78 11 17 0 35 101 D 2A
Octal 144 134 170 21 27 0 65 401 15 52
Binary 1100100 1011100 1111000 10001 10111 0 110101 100000001 1101 101010

Color Harmonies of #645C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C78

Black with #645C78

Text Example


Text Example

White with #645C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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