Html Css Color HEX #847995 Topaz

📋 copy color: '#847995'

red 132 ◦ green 121 ◦ blue 149

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

Shades of Topaz #847995

Tints of Topaz #847995

RGB

 RED value IS 132 (51.95% from 255) = 32.84%

 GREEN value IS 121 (47.66% from 255) = 30.1%

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 32.84%
G = 30.1%
B = 37.06%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847995 (or 0x847995) is known color: Topaz. HEX triplet: 84, 79 and 95. RGB value is (132,121,149). Sum of RGB (Red+Green+Blue) = 132+121+149=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #847995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847995 is #7B866A. Grayscale: #7F7F7F. Windows color (decimal): -8095339 or 9795972. OLE color: 9795972.

HSL color Cylindrical-coordinate representation of color #847995: hue angle of 263.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #847995 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 121 149 -
CMYK 0.11 0.19 0 0.42
HSL 263.57º 0.12% 0.53% -
HSV(B) 263.57º 0.19% 0.58% -
XYZ 21.78 20.75 31.29 -
YUV 127.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 132 121 149 0.11 0.19 0 0.42 263.57 0.12 0.53
Hex 84 79 95 B 13 0 2A 108 C 35
Octal 204 171 225 13 23 0 52 410 14 65
Binary 10000100 1111001 10010101 1011 10011 0 101010 100001000 1100 110101

Color Harmonies of #847995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847995

Black with #847995

Text Example


Text Example

White with #847995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847995; }

 p { color: rgb(132,121,149); }

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

background-color css

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

 a { background-color: rgb(132,121,149); }

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

border-color css

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

 span { border-color: rgb(132,121,149); }

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