Html Css Color HEX #847A89 Topaz

📋 copy color: '#847A89'

red 132 ◦ green 122 ◦ blue 137

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

Shades of Topaz #847A89

Tints of Topaz #847A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 33.76%
G = 31.2%
B = 35.04%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#847A89 (or 0x847A89) is known color: Topaz. HEX triplet: 84, 7A and 89. RGB value is (132,122,137). Sum of RGB (Red+Green+Blue) = 132+122+137=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #847A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847A89 is #7B8576. Grayscale: #7E7E7E. Windows color (decimal): -8095095 or 9009796. OLE color: 9009796.

HSL color Cylindrical-coordinate representation of color #847A89: hue angle of 280º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #847A89 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 122 137 -
CMYK 0.04 0.11 0 0.46
HSL 280º 0.06% 0.51% -
HSV(B) 280º 0.11% 0.54% -
XYZ 20.99 20.63 26.54 -
YUV 126.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 132 122 137 0.04 0.11 0 0.46 280 0.06 0.51
Hex 84 7A 89 4 B 0 2E 118 6 33
Octal 204 172 211 4 13 0 56 430 6 63
Binary 10000100 1111010 10001001 100 1011 0 101110 100011000 110 110011

Color Harmonies of #847A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A89

Black with #847A89

Text Example


Text Example

White with #847A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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