Html Css Color HEX #81738B Topaz

📋 copy color: '#81738B'

red 129 ◦ green 115 ◦ blue 139

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

Shades of Topaz #81738B

Tints of Topaz #81738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 33.68%
G = 30.03%
B = 36.29%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81738B (or 0x81738B) is known color: Topaz. HEX triplet: 81, 73 and 8B. RGB value is (129,115,139). Sum of RGB (Red+Green+Blue) = 129+115+139=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #81738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81738B is #7E8C74. Grayscale: #797979. Windows color (decimal): -8293493 or 9139073. OLE color: 9139073.

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

Color convert

RGB 129 115 139 -
CMYK 0.07 0.17 0 0.45
HSL 275º 0.09% 0.5% -
HSV(B) 275º 0.17% 0.55% -
XYZ 19.84 18.79 27.01 -
YUV 121.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 129 115 139 0.07 0.17 0 0.45 275 0.09 0.5
Hex 81 73 8B 7 11 0 2D 113 9 32
Octal 201 163 213 7 21 0 55 423 11 62
Binary 10000001 1110011 10001011 111 10001 0 101101 100010011 1001 110010

Color Harmonies of #81738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81738B

Black with #81738B

Text Example


Text Example

White with #81738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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