Html Css Color HEX #84708F Topaz

📋 copy color: '#84708F'

red 132 ◦ green 112 ◦ blue 143

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

Shades of Topaz #84708F

Tints of Topaz #84708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 34.11%
G = 28.94%
B = 36.95%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84708F (or 0x84708F) is known color: Topaz. HEX triplet: 84, 70 and 8F. RGB value is (132,112,143). Sum of RGB (Red+Green+Blue) = 132+112+143=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #84708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84708F is #7B8F70. Grayscale: #797979. Windows color (decimal): -8097649 or 9400452. OLE color: 9400452.

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

Color convert

RGB 132 112 143 -
CMYK 0.08 0.22 0 0.44
HSL 278.71º 0.12% 0.5% -
HSV(B) 278.71º 0.22% 0.56% -
XYZ 20.27 18.48 28.48 -
YUV 121.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 132 112 143 0.08 0.22 0 0.44 278.71 0.12 0.5
Hex 84 70 8F 8 16 0 2C 117 C 32
Octal 204 160 217 10 26 0 54 427 14 62
Binary 10000100 1110000 10001111 1000 10110 0 101100 100010111 1100 110010

Color Harmonies of #84708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84708F

Black with #84708F

Text Example


Text Example

White with #84708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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