Html Css Color HEX #817A89 Topaz

📋 copy color: '#817A89'

red 129 ◦ green 122 ◦ blue 137

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

Shades of Topaz #817A89

Tints of Topaz #817A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

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

R = 33.25%
G = 31.44%
B = 35.31%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#817A89 (or 0x817A89) is known color: Topaz. HEX triplet: 81, 7A and 89. RGB value is (129,122,137). Sum of RGB (Red+Green+Blue) = 129+122+137=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 137 - color contains mainly: blue. Hex color #817A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817A89 is #7E8576. Grayscale: #7D7D7D. Windows color (decimal): -8291703 or 9009793. OLE color: 9009793.

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

Color convert

RGB 129 122 137 -
CMYK 0.06 0.11 0 0.46
HSL 268º 0.06% 0.51% -
HSV(B) 268º 0.11% 0.54% -
XYZ 20.53 20.39 26.52 -
YUV 125.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 129 122 137 0.06 0.11 0 0.46 268 0.06 0.51
Hex 81 7A 89 6 B 0 2E 10C 6 33
Octal 201 172 211 6 13 0 56 414 6 63
Binary 10000001 1111010 10001001 110 1011 0 101110 100001100 110 110011

Color Harmonies of #817A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817A89

Black with #817A89

Text Example


Text Example

White with #817A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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