Html Css Color HEX #847290 Topaz

📋 copy color: '#847290'

red 132 ◦ green 114 ◦ blue 144

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

Shades of Topaz #847290

Tints of Topaz #847290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 33.85%
G = 29.23%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#847290 (or 0x847290) is known color: Topaz. HEX triplet: 84, 72 and 90. RGB value is (132,114,144). Sum of RGB (Red+Green+Blue) = 132+114+144=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #847290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847290 is #7B8D6F. Grayscale: #7A7A7A. Windows color (decimal): -8097136 or 9466500. OLE color: 9466500.

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

Color convert

RGB 132 114 144 -
CMYK 0.08 0.21 0 0.44
HSL 276º 0.12% 0.51% -
HSV(B) 276º 0.21% 0.56% -
XYZ 20.57 18.95 28.96 -
YUV 122.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 132 114 144 0.08 0.21 0 0.44 276 0.12 0.51
Hex 84 72 90 8 15 0 2C 114 C 33
Octal 204 162 220 10 25 0 54 424 14 63
Binary 10000100 1110010 10010000 1000 10101 0 101100 100010100 1100 110011

Color Harmonies of #847290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847290

Black with #847290

Text Example


Text Example

White with #847290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847290; }

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

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

background-color css

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

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

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

border-color css

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

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

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