Html Css Color HEX #84708E Topaz

📋 copy color: '#84708E'

red 132 ◦ green 112 ◦ blue 142

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

Shades of Topaz #84708E

Tints of Topaz #84708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 34.2%
G = 29.02%
B = 36.79%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84708E (or 0x84708E) is known color: Topaz. HEX triplet: 84, 70 and 8E. RGB value is (132,112,142). Sum of RGB (Red+Green+Blue) = 132+112+142=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #84708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84708E is #7B8F71. Grayscale: #797979. Windows color (decimal): -8097650 or 9334916. OLE color: 9334916.

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

Color convert

RGB 132 112 142 -
CMYK 0.07 0.21 0 0.44
HSL 280º 0.12% 0.5% -
HSV(B) 280º 0.21% 0.56% -
XYZ 20.19 18.45 28.09 -
YUV 121.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 132 112 142 0.07 0.21 0 0.44 280 0.12 0.5
Hex 84 70 8E 7 15 0 2C 118 C 32
Octal 204 160 216 7 25 0 54 430 14 62
Binary 10000100 1110000 10001110 111 10101 0 101100 100011000 1100 110010

Color Harmonies of #84708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84708E

Black with #84708E

Text Example


Text Example

White with #84708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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