Html Css Color HEX #81708C Topaz

📋 copy color: '#81708C'

red 129 ◦ green 112 ◦ blue 140

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

Shades of Topaz #81708C

Tints of Topaz #81708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 33.86%
G = 29.4%
B = 36.75%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81708C (or 0x81708C) is known color: Topaz. HEX triplet: 81, 70 and 8C. RGB value is (129,112,140). Sum of RGB (Red+Green+Blue) = 129+112+140=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #81708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81708C is #7E8F73. Grayscale: #787878. Windows color (decimal): -8294260 or 9203841. OLE color: 9203841.

HSL color Cylindrical-coordinate representation of color #81708C: hue angle of 276.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81708C is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 112 140 -
CMYK 0.08 0.20 0 0.45
HSL 276.43º 0.11% 0.49% -
HSV(B) 276.43º 0.2% 0.55% -
XYZ 19.58 18.15 27.28 -
YUV 120.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 129 112 140 0.08 0.20 0 0.45 276.43 0.11 0.49
Hex 81 70 8C 8 14 0 2D 114 B 31
Octal 201 160 214 10 24 0 55 424 13 61
Binary 10000001 1110000 10001100 1000 10100 0 101101 100010100 1011 110001

Color Harmonies of #81708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81708C

Black with #81708C

Text Example


Text Example

White with #81708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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