Html Css Color HEX #81718B Topaz

📋 copy color: '#81718B'

red 129 ◦ green 113 ◦ blue 139

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

Shades of Topaz #81718B

Tints of Topaz #81718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 33.86%
G = 29.66%
B = 36.48%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81718B (or 0x81718B) is known color: Topaz. HEX triplet: 81, 71 and 8B. RGB value is (129,113,139). Sum of RGB (Red+Green+Blue) = 129+113+139=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #81718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81718B is #7E8E74. Grayscale: #787878. Windows color (decimal): -8294005 or 9138561. OLE color: 9138561.

HSL color Cylindrical-coordinate representation of color #81718B: hue angle of 276.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81718B is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 113 139 -
CMYK 0.07 0.19 0 0.45
HSL 276.92º 0.1% 0.49% -
HSV(B) 276.92º 0.19% 0.55% -
XYZ 19.62 18.34 26.93 -
YUV 120.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 129 113 139 0.07 0.19 0 0.45 276.92 0.1 0.49
Hex 81 71 8B 7 13 0 2D 115 A 31
Octal 201 161 213 7 23 0 55 425 12 61
Binary 10000001 1110001 10001011 111 10011 0 101101 100010101 1010 110001

Color Harmonies of #81718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81718B

Black with #81718B

Text Example


Text Example

White with #81718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81718B; }

 p { color: rgb(129,113,139); }

 H1.HeaderClassName
 {
   color: #81718B;
 }
 .AnyTagClassName
 {
   color: #81718B;
 }
</style>

background-color css

<style>
 a { background-color: #81718B; }

 a { background-color: rgb(129,113,139); }

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

border-color css

<style>
 span { border-color: #81718B; }

 span { border-color: rgb(129,113,139); }

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