Html Css Color HEX #847E90 Topaz

📋 copy color: '#847E90'

red 132 ◦ green 126 ◦ blue 144

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

Shades of Topaz #847E90

Tints of Topaz #847E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 32.84%
G = 31.34%
B = 35.82%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#847E90 (or 0x847E90) is known color: Topaz. HEX triplet: 84, 7E and 90. RGB value is (132,126,144). Sum of RGB (Red+Green+Blue) = 132+126+144=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #847E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E90 is #7B816F. Grayscale: #818181. Windows color (decimal): -8094064 or 9469572. OLE color: 9469572.

HSL color Cylindrical-coordinate representation of color #847E90: hue angle of 260º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #847E90 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 126 144 -
CMYK 0.08 0.12 0 0.44
HSL 260º 0.08% 0.53% -
HSV(B) 260º 0.13% 0.56% -
XYZ 22.01 21.84 29.44 -
YUV 129.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 132 126 144 0.08 0.12 0 0.44 260 0.08 0.53
Hex 84 7E 90 8 C 0 2C 104 8 35
Octal 204 176 220 10 14 0 54 404 10 65
Binary 10000100 1111110 10010000 1000 1100 0 101100 100000100 1000 110101

Color Harmonies of #847E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E90

Black with #847E90

Text Example


Text Example

White with #847E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,126,144); }

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

background-color css

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

 a { background-color: rgb(132,126,144); }

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

border-color css

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

 span { border-color: rgb(132,126,144); }

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