Html Css Color HEX #8C7792 Amethyst Smoke

📋 copy color: '#8C7792'

red 140 ◦ green 119 ◦ blue 146

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

Shades of Amethyst Smoke #8C7792

Tints of Amethyst Smoke #8C7792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 34.57%
G = 29.38%
B = 36.05%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C7792 (or 0x8C7792) is known color: Amethyst Smoke. HEX triplet: 8C, 77 and 92. RGB value is (140,119,146). Sum of RGB (Red+Green+Blue) = 140+119+146=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C7792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7792 is #73886D. Grayscale: #808080. Windows color (decimal): -7571566 or 9598860. OLE color: 9598860.

HSL color Cylindrical-coordinate representation of color #8C7792: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C7792 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 119 146 -
CMYK 0.04 0.18 0 0.43
HSL 286.67º 0.11% 0.52% -
HSV(B) 286.67º 0.18% 0.57% -
XYZ 22.6 20.84 30.03 -
YUV 128.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 140 119 146 0.04 0.18 0 0.43 286.67 0.11 0.52
Hex 8C 77 92 4 12 0 2B 11F B 34
Octal 214 167 222 4 22 0 53 437 13 64
Binary 10001100 1110111 10010010 100 10010 0 101011 100011111 1011 110100

Color Harmonies of #8C7792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7792

Black with #8C7792

Text Example


Text Example

White with #8C7792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,119,146); }

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

background-color css

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

 a { background-color: rgb(140,119,146); }

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

border-color css

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

 span { border-color: rgb(140,119,146); }

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