Html Css Color HEX #84798B Topaz

📋 copy color: '#84798B'

red 132 ◦ green 121 ◦ blue 139

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

Shades of Topaz #84798B

Tints of Topaz #84798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 33.67%
G = 30.87%
B = 35.46%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84798B (or 0x84798B) is known color: Topaz. HEX triplet: 84, 79 and 8B. RGB value is (132,121,139). Sum of RGB (Red+Green+Blue) = 132+121+139=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #84798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798B is #7B8674. Grayscale: #7E7E7E. Windows color (decimal): -8095349 or 9140612. OLE color: 9140612.

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

Color convert

RGB 132 121 139 -
CMYK 0.05 0.13 0 0.45
HSL 276.67º 0.07% 0.51% -
HSV(B) 276.67º 0.13% 0.55% -
XYZ 21.01 20.44 27.26 -
YUV 126.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 132 121 139 0.05 0.13 0 0.45 276.67 0.07 0.51
Hex 84 79 8B 5 D 0 2D 115 7 33
Octal 204 171 213 5 15 0 55 425 7 63
Binary 10000100 1111001 10001011 101 1101 0 101101 100010101 111 110011

Color Harmonies of #84798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84798B

Black with #84798B

Text Example


Text Example

White with #84798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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