#847292

Color #847292 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #847292

Tints of Topaz #847292

Color information

#847292 (or 0x847292) is unknown color: approx Topaz. HEX triplet: 84, 72 and 92. RGB value is (132,114,146). Sum of RGB (Red+Green+Blue) = 132+114+146=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #847292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847292 is #7B8D6D. Grayscale: #7A7A7A. Windows color (decimal): -8097134 or 9597572. OLE color: 9597572.

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

Color convert

RGB132114146-
CMYK0.100.2200.43
HSL273.75º12.8%50.98%-
HSV(B)273.75º21.92%57.25%-
XYZ20.7219.0229.77-
YUV123.03140.96134.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=33.67%
G=29.08%
B=37.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321141460.100.2200.43273.7512.850.98
Hex847292A1602B112d33
Octal20416222212260534221563
Binary1000010011100101001001010101011001010111000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847292; }

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

 H1.HeaderClassName
 {
   color: #847292;
 }
 .AnyTagClassName
 {
   color: #847292;
 }
</style>
background-color css

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

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

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

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

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

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