Html Css Color HEX #84798D Topaz

📋 copy color: '#84798D'

red 132 ◦ green 121 ◦ blue 141

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

Shades of Topaz #84798D

Tints of Topaz #84798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 33.5%
G = 30.71%
B = 35.79%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84798D (or 0x84798D) is known color: Topaz. HEX triplet: 84, 79 and 8D. RGB value is (132,121,141). Sum of RGB (Red+Green+Blue) = 132+121+141=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #84798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798D is #7B8672. Grayscale: #7E7E7E. Windows color (decimal): -8095347 or 9271684. OLE color: 9271684.

HSL color Cylindrical-coordinate representation of color #84798D: hue angle of 273º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84798D is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 121 141 -
CMYK 0.06 0.14 0 0.45
HSL 273º 0.08% 0.51% -
HSV(B) 273º 0.14% 0.55% -
XYZ 21.16 20.5 28.04 -
YUV 126.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 132 121 141 0.06 0.14 0 0.45 273 0.08 0.51
Hex 84 79 8D 6 E 0 2D 111 8 33
Octal 204 171 215 6 16 0 55 421 10 63
Binary 10000100 1111001 10001101 110 1110 0 101101 100010001 1000 110011

Color Harmonies of #84798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84798D

Black with #84798D

Text Example


Text Example

White with #84798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84798D; }

 p { color: rgb(132,121,141); }

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

background-color css

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

 a { background-color: rgb(132,121,141); }

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

border-color css

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

 span { border-color: rgb(132,121,141); }

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