Html Css Color HEX #847692 Topaz

📋 copy color: '#847692'

red 132 ◦ green 118 ◦ blue 146

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

Shades of Topaz #847692

Tints of Topaz #847692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 33.33%
G = 29.8%
B = 36.87%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#847692 (or 0x847692) is known color: Topaz. HEX triplet: 84, 76 and 92. RGB value is (132,118,146). Sum of RGB (Red+Green+Blue) = 132+118+146=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #847692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847692 is #7B896D. Grayscale: #7D7D7D. Windows color (decimal): -8096110 or 9598596. OLE color: 9598596.

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

Color convert

RGB 132 118 146 -
CMYK 0.10 0.19 0 0.43
HSL 270º 0.11% 0.52% -
HSV(B) 270º 0.19% 0.57% -
XYZ 21.18 19.94 29.93 -
YUV 125.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 132 118 146 0.10 0.19 0 0.43 270 0.11 0.52
Hex 84 76 92 A 13 0 2B 10E B 34
Octal 204 166 222 12 23 0 53 416 13 64
Binary 10000100 1110110 10010010 1010 10011 0 101011 100001110 1011 110100

Color Harmonies of #847692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847692

Black with #847692

Text Example


Text Example

White with #847692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847692; }

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

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

background-color css

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

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

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

border-color css

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

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

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