Html Css Color HEX #81728A Topaz

📋 copy color: '#81728A'

red 129 ◦ green 114 ◦ blue 138

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

Shades of Topaz #81728A

Tints of Topaz #81728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 33.86%
G = 29.92%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#81728A (or 0x81728A) is known color: Topaz. HEX triplet: 81, 72 and 8A. RGB value is (129,114,138). Sum of RGB (Red+Green+Blue) = 129+114+138=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #81728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81728A is #7E8D75. Grayscale: #797979. Windows color (decimal): -8293750 or 9073281. OLE color: 9073281.

HSL color Cylindrical-coordinate representation of color #81728A: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81728A is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 114 138 -
CMYK 0.07 0.17 0 0.46
HSL 277.5º 0.1% 0.49% -
HSV(B) 277.5º 0.17% 0.54% -
XYZ 19.66 18.54 26.59 -
YUV 121.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 129 114 138 0.07 0.17 0 0.46 277.5 0.1 0.49
Hex 81 72 8A 7 11 0 2E 116 A 31
Octal 201 162 212 7 21 0 56 426 12 61
Binary 10000001 1110010 10001010 111 10001 0 101110 100010110 1010 110001

Color Harmonies of #81728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81728A

Black with #81728A

Text Example


Text Example

White with #81728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81728A; }

 p { color: rgb(129,114,138); }

 H1.HeaderClassName
 {
   color: #81728A;
 }
 .AnyTagClassName
 {
   color: #81728A;
 }
</style>

background-color css

<style>
 a { background-color: #81728A; }

 a { background-color: rgb(129,114,138); }

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

border-color css

<style>
 span { border-color: #81728A; }

 span { border-color: rgb(129,114,138); }

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