Html Css Color HEX #847991 Topaz

📋 copy color: '#847991'

red 132 ◦ green 121 ◦ blue 145

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

Shades of Topaz #847991

Tints of Topaz #847991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 33.17%
G = 30.4%
B = 36.43%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#847991 (or 0x847991) is known color: Topaz. HEX triplet: 84, 79 and 91. RGB value is (132,121,145). Sum of RGB (Red+Green+Blue) = 132+121+145=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #847991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847991 is #7B866E. Grayscale: #7E7E7E. Windows color (decimal): -8095343 or 9533828. OLE color: 9533828.

HSL color Cylindrical-coordinate representation of color #847991: hue angle of 267.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #847991 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 121 145 -
CMYK 0.09 0.17 0 0.43
HSL 267.5º 0.1% 0.52% -
HSV(B) 267.5º 0.17% 0.57% -
XYZ 21.46 20.62 29.64 -
YUV 127.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 132 121 145 0.09 0.17 0 0.43 267.5 0.1 0.52
Hex 84 79 91 9 11 0 2B 10C A 34
Octal 204 171 221 11 21 0 53 414 12 64
Binary 10000100 1111001 10010001 1001 10001 0 101011 100001100 1010 110100

Color Harmonies of #847991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847991

Black with #847991

Text Example


Text Example

White with #847991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847991; }

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

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

background-color css

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

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

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

border-color css

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

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

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