Html Css Color HEX #645C75 Smoky

📋 copy color: '#645C75'

red 100 ◦ green 92 ◦ blue 117

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

Shades of Smoky #645C75

Tints of Smoky #645C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 32.36%
G = 29.77%
B = 37.86%

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

#645C75 (or 0x645C75) is known color: Smoky. HEX triplet: 64, 5C and 75. RGB value is (100,92,117). Sum of RGB (Red+Green+Blue) = 100+92+117=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #645C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C75 is #9BA38A. Grayscale: #616161. Windows color (decimal): -10199947 or 7691364. OLE color: 7691364.

HSL color Cylindrical-coordinate representation of color #645C75: hue angle of 259.2º 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 #645C75 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 92 117 -
CMYK 0.15 0.21 0 0.54
HSL 259.2º 0.12% 0.41% -
HSV(B) 259.2º 0.21% 0.46% -
XYZ 12.29 11.65 18.43 -
YUV 97.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 100 92 117 0.15 0.21 0 0.54 259.2 0.12 0.41
Hex 64 5C 75 F 15 0 36 103 C 29
Octal 144 134 165 17 25 0 66 403 14 51
Binary 1100100 1011100 1110101 1111 10101 0 110110 100000011 1100 101001

Color Harmonies of #645C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C75

Black with #645C75

Text Example


Text Example

White with #645C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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