Html Css Color HEX #817D89 Topaz

📋 copy color: '#817D89'

red 129 ◦ green 125 ◦ blue 137

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

Shades of Topaz #817D89

Tints of Topaz #817D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 32.99%
G = 31.97%
B = 35.04%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#817D89 (or 0x817D89) is known color: Topaz. HEX triplet: 81, 7D and 89. RGB value is (129,125,137). Sum of RGB (Red+Green+Blue) = 129+125+137=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #817D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817D89 is #7E8276. Grayscale: #7F7F7F. Windows color (decimal): -8290935 or 9010561. OLE color: 9010561.

HSL color Cylindrical-coordinate representation of color #817D89: hue angle of 260º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817D89 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 125 137 -
CMYK 0.06 0.09 0 0.46
HSL 260º 0.05% 0.51% -
HSV(B) 260º 0.09% 0.54% -
XYZ 20.9 21.14 26.65 -
YUV 127.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 129 125 137 0.06 0.09 0 0.46 260 0.05 0.51
Hex 81 7D 89 6 9 0 2E 104 5 33
Octal 201 175 211 6 11 0 56 404 5 63
Binary 10000001 1111101 10001001 110 1001 0 101110 100000100 101 110011

Color Harmonies of #817D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D89

Black with #817D89

Text Example


Text Example

White with #817D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817D89; }

 p { color: rgb(129,125,137); }

 H1.HeaderClassName
 {
   color: #817D89;
 }
 .AnyTagClassName
 {
   color: #817D89;
 }
</style>

background-color css

<style>
 a { background-color: #817D89; }

 a { background-color: rgb(129,125,137); }

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

border-color css

<style>
 span { border-color: #817D89; }

 span { border-color: rgb(129,125,137); }

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