Html Css Color HEX #84798E Topaz

📋 copy color: '#84798E'

red 132 ◦ green 121 ◦ blue 142

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

Shades of Topaz #84798E

Tints of Topaz #84798E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 33.42%
G = 30.63%
B = 35.95%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84798E (or 0x84798E) is known color: Topaz. HEX triplet: 84, 79 and 8E. RGB value is (132,121,142). Sum of RGB (Red+Green+Blue) = 132+121+142=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #84798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798E is #7B8671. Grayscale: #7E7E7E. Windows color (decimal): -8095346 or 9337220. OLE color: 9337220.

HSL color Cylindrical-coordinate representation of color #84798E: hue angle of 271.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84798E is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 121 142 -
CMYK 0.07 0.15 0 0.44
HSL 271.43º 0.09% 0.52% -
HSV(B) 271.43º 0.15% 0.56% -
XYZ 21.24 20.53 28.44 -
YUV 126.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 132 121 142 0.07 0.15 0 0.44 271.43 0.09 0.52
Hex 84 79 8E 7 F 0 2C 10F 9 34
Octal 204 171 216 7 17 0 54 417 11 64
Binary 10000100 1111001 10001110 111 1111 0 101100 100001111 1001 110100

Color Harmonies of #84798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84798E

Black with #84798E

Text Example


Text Example

White with #84798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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