Html Css Color HEX #8C748F Amethyst Smoke

📋 copy color: '#8C748F'

red 140 ◦ green 116 ◦ blue 143

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

Shades of Amethyst Smoke #8C748F

Tints of Amethyst Smoke #8C748F

RGB

 RED value IS 140 (55.08% from 255) = 35.09%

 GREEN value IS 116 (45.7% from 255) = 29.07%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 35.09%
G = 29.07%
B = 35.84%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C748F (or 0x8C748F) is known color: Amethyst Smoke. HEX triplet: 8C, 74 and 8F. RGB value is (140,116,143). Sum of RGB (Red+Green+Blue) = 140+116+143=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C748F is #738B70. Grayscale: #7E7E7E. Windows color (decimal): -7572337 or 9401484. OLE color: 9401484.

HSL color Cylindrical-coordinate representation of color #8C748F: hue angle of 293.33º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C748F is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 116 143 -
CMYK 0.02 0.19 0 0.44
HSL 293.33º 0.11% 0.51% -
HSV(B) 293.33º 0.19% 0.56% -
XYZ 22.02 20.05 28.7 -
YUV 126.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 140 116 143 0.02 0.19 0 0.44 293.33 0.11 0.51
Hex 8C 74 8F 2 13 0 2C 125 B 33
Octal 214 164 217 2 23 0 54 445 13 63
Binary 10001100 1110100 10001111 10 10011 0 101100 100100101 1011 110011

Color Harmonies of #8C748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C748F

Black with #8C748F

Text Example


Text Example

White with #8C748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C748F; }

 p { color: rgb(140,116,143); }

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

background-color css

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

 a { background-color: rgb(140,116,143); }

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

border-color css

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

 span { border-color: rgb(140,116,143); }

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