Html Css Color HEX #83708D Topaz

📋 copy color: '#83708D'

red 131 ◦ green 112 ◦ blue 141

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

Shades of Topaz #83708D

Tints of Topaz #83708D

RGB

 RED value IS 131 (51.56% from 255) = 34.11%

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

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

R = 34.11%
G = 29.17%
B = 36.72%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83708D (or 0x83708D) is known color: Topaz. HEX triplet: 83, 70 and 8D. RGB value is (131,112,141). Sum of RGB (Red+Green+Blue) = 131+112+141=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #83708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83708D is #7C8F72. Grayscale: #787878. Windows color (decimal): -8163187 or 9269379. OLE color: 9269379.

HSL color Cylindrical-coordinate representation of color #83708D: hue angle of 279.31º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83708D is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 112 141 -
CMYK 0.07 0.21 0 0.45
HSL 279.31º 0.11% 0.5% -
HSV(B) 279.31º 0.21% 0.55% -
XYZ 19.96 18.34 27.69 -
YUV 120.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 131 112 141 0.07 0.21 0 0.45 279.31 0.11 0.5
Hex 83 70 8D 7 15 0 2D 117 B 32
Octal 203 160 215 7 25 0 55 427 13 62
Binary 10000011 1110000 10001101 111 10101 0 101101 100010111 1011 110010

Color Harmonies of #83708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83708D

Black with #83708D

Text Example


Text Example

White with #83708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,112,141); }

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

background-color css

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

 a { background-color: rgb(131,112,141); }

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

border-color css

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

 span { border-color: rgb(131,112,141); }

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