Html Css Color HEX #847A91 Topaz

📋 copy color: '#847A91'

red 132 ◦ green 122 ◦ blue 145

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

Shades of Topaz #847A91

Tints of Topaz #847A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 33.08%
G = 30.58%
B = 36.34%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#847A91 (or 0x847A91) is known color: Topaz. HEX triplet: 84, 7A and 91. RGB value is (132,122,145). Sum of RGB (Red+Green+Blue) = 132+122+145=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #847A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847A91 is #7B856E. Grayscale: #7F7F7F. Windows color (decimal): -8095087 or 9534084. OLE color: 9534084.

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

Color convert

RGB 132 122 145 -
CMYK 0.09 0.16 0 0.43
HSL 266.09º 0.09% 0.52% -
HSV(B) 266.09º 0.16% 0.57% -
XYZ 21.59 20.87 29.68 -
YUV 127.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 132 122 145 0.09 0.16 0 0.43 266.09 0.09 0.52
Hex 84 7A 91 9 10 0 2B 10A 9 34
Octal 204 172 221 11 20 0 53 412 11 64
Binary 10000100 1111010 10010001 1001 10000 0 101011 100001010 1001 110100

Color Harmonies of #847A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A91

Black with #847A91

Text Example


Text Example

White with #847A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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