Html Css Color HEX #645D77 Smoky

📋 copy color: '#645D77'

red 100 ◦ green 93 ◦ blue 119

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

Shades of Smoky #645D77

Tints of Smoky #645D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 32.05%
G = 29.81%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#645D77 (or 0x645D77) is known color: Smoky. HEX triplet: 64, 5D and 77. RGB value is (100,93,119). Sum of RGB (Red+Green+Blue) = 100+93+119=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #645D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D77 is #9BA288. Grayscale: #616161. Windows color (decimal): -10199689 or 7822692. OLE color: 7822692.

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

Color convert

RGB 100 93 119 -
CMYK 0.16 0.22 0 0.53
HSL 256.15º 0.12% 0.42% -
HSV(B) 256.15º 0.22% 0.47% -
XYZ 12.5 11.87 19.09 -
YUV 98.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 100 93 119 0.16 0.22 0 0.53 256.15 0.12 0.42
Hex 64 5D 77 10 16 0 35 100 C 2A
Octal 144 135 167 20 26 0 65 400 14 52
Binary 1100100 1011101 1110111 10000 10110 0 110101 100000000 1100 101010

Color Harmonies of #645D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D77

Black with #645D77

Text Example


Text Example

White with #645D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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