Html Css Color HEX #81708D Topaz

📋 copy color: '#81708D'

red 129 ◦ green 112 ◦ blue 141

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

Shades of Topaz #81708D

Tints of Topaz #81708D

RGB

 RED value IS 129 (50.78% from 255) = 33.77%

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

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

R = 33.77%
G = 29.32%
B = 36.91%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81708D (or 0x81708D) is known color: Topaz. HEX triplet: 81, 70 and 8D. RGB value is (129,112,141). Sum of RGB (Red+Green+Blue) = 129+112+141=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #81708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81708D is #7E8F72. Grayscale: #787878. Windows color (decimal): -8294259 or 9269377. OLE color: 9269377.

HSL color Cylindrical-coordinate representation of color #81708D: hue angle of 275.17º 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 #81708D is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 112 141 -
CMYK 0.09 0.21 0 0.45
HSL 275.17º 0.11% 0.5% -
HSV(B) 275.17º 0.21% 0.55% -
XYZ 19.66 18.18 27.67 -
YUV 120.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 129 112 141 0.09 0.21 0 0.45 275.17 0.11 0.5
Hex 81 70 8D 9 15 0 2D 113 B 32
Octal 201 160 215 11 25 0 55 423 13 62
Binary 10000001 1110000 10001101 1001 10101 0 101101 100010011 1011 110010

Color Harmonies of #81708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81708D

Black with #81708D

Text Example


Text Example

White with #81708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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