Html Css Color HEX #847891 Topaz

📋 copy color: '#847891'

red 132 ◦ green 120 ◦ blue 145

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

Shades of Topaz #847891

Tints of Topaz #847891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 33.25%
G = 30.23%
B = 36.52%

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

#847891 (or 0x847891) is known color: Topaz. HEX triplet: 84, 78 and 91. RGB value is (132,120,145). Sum of RGB (Red+Green+Blue) = 132+120+145=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #847891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847891 is #7B876E. Grayscale: #7E7E7E. Windows color (decimal): -8095599 or 9533572. OLE color: 9533572.

HSL color Cylindrical-coordinate representation of color #847891: hue angle of 268.8º 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 #847891 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 120 145 -
CMYK 0.09 0.17 0 0.43
HSL 268.8º 0.1% 0.52% -
HSV(B) 268.8º 0.17% 0.57% -
XYZ 21.34 20.38 29.6 -
YUV 126.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 132 120 145 0.09 0.17 0 0.43 268.8 0.1 0.52
Hex 84 78 91 9 11 0 2B 10D A 34
Octal 204 170 221 11 21 0 53 415 12 64
Binary 10000100 1111000 10010001 1001 10001 0 101011 100001101 1010 110100

Color Harmonies of #847891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847891

Black with #847891

Text Example


Text Example

White with #847891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847891; }

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

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

background-color css

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

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

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

border-color css

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

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

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