Html Css Color HEX #847696 Topaz

📋 copy color: '#847696'

red 132 ◦ green 118 ◦ blue 150

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

Shades of Topaz #847696

Tints of Topaz #847696

RGB

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

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

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

R = 33%
G = 29.5%
B = 37.5%

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

#847696 (or 0x847696) is known color: Topaz. HEX triplet: 84, 76 and 96. RGB value is (132,118,150). Sum of RGB (Red+Green+Blue) = 132+118+150=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #847696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847696 is #7B8969. Grayscale: #7D7D7D. Windows color (decimal): -8096106 or 9860740. OLE color: 9860740.

HSL color Cylindrical-coordinate representation of color #847696: hue angle of 266.25º 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 #847696 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 118 150 -
CMYK 0.12 0.21 0 0.41
HSL 266.25º 0.13% 0.53% -
HSV(B) 266.25º 0.21% 0.59% -
XYZ 21.5 20.06 31.59 -
YUV 125.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 132 118 150 0.12 0.21 0 0.41 266.25 0.13 0.53
Hex 84 76 96 C 15 0 29 10A D 35
Octal 204 166 226 14 25 0 51 412 15 65
Binary 10000100 1110110 10010110 1100 10101 0 101001 100001010 1101 110101

Color Harmonies of #847696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847696

Black with #847696

Text Example


Text Example

White with #847696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847696; }

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

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

background-color css

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

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

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

border-color css

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

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

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