Html Css Color HEX #847796 Topaz

📋 copy color: '#847796'

red 132 ◦ green 119 ◦ blue 150

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

Shades of Topaz #847796

Tints of Topaz #847796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.68%

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 32.92%
G = 29.68%
B = 37.41%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#847796 (or 0x847796) is known color: Topaz. HEX triplet: 84, 77 and 96. RGB value is (132,119,150). Sum of RGB (Red+Green+Blue) = 132+119+150=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #847796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847796 is #7B8869. Grayscale: #7E7E7E. Windows color (decimal): -8095850 or 9860996. OLE color: 9860996.

HSL color Cylindrical-coordinate representation of color #847796: hue angle of 265.16º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847796 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 119 150 -
CMYK 0.12 0.21 0 0.41
HSL 265.16º 0.13% 0.53% -
HSV(B) 265.16º 0.21% 0.59% -
XYZ 21.62 20.3 31.63 -
YUV 126.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 132 119 150 0.12 0.21 0 0.41 265.16 0.13 0.53
Hex 84 77 96 C 15 0 29 109 D 35
Octal 204 167 226 14 25 0 51 411 15 65
Binary 10000100 1110111 10010110 1100 10101 0 101001 100001001 1101 110101

Color Harmonies of #847796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847796

Black with #847796

Text Example


Text Example

White with #847796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847796; }

 p { color: rgb(132,119,150); }

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

background-color css

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

 a { background-color: rgb(132,119,150); }

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

border-color css

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

 span { border-color: rgb(132,119,150); }

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