Html Css Color HEX #847091 Topaz

📋 copy color: '#847091'

red 132 ◦ green 112 ◦ blue 145

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

Shades of Topaz #847091

Tints of Topaz #847091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 33.93%
G = 28.79%
B = 37.28%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#847091 (or 0x847091) is known color: Topaz. HEX triplet: 84, 70 and 91. RGB value is (132,112,145). Sum of RGB (Red+Green+Blue) = 132+112+145=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #847091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847091 is #7B8F6E. Grayscale: #797979. Windows color (decimal): -8097647 or 9531524. OLE color: 9531524.

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

Color convert

RGB 132 112 145 -
CMYK 0.09 0.23 0 0.43
HSL 276.36º 0.13% 0.5% -
HSV(B) 276.36º 0.23% 0.57% -
XYZ 20.42 18.54 29.29 -
YUV 121.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 132 112 145 0.09 0.23 0 0.43 276.36 0.13 0.5
Hex 84 70 91 9 17 0 2B 114 D 32
Octal 204 160 221 11 27 0 53 424 15 62
Binary 10000100 1110000 10010001 1001 10111 0 101011 100010100 1101 110010

Color Harmonies of #847091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847091

Black with #847091

Text Example


Text Example

White with #847091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847091; }

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

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

background-color css

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

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

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

border-color css

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

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

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