Html Css Color HEX #817889 Topaz

📋 copy color: '#817889'

red 129 ◦ green 120 ◦ blue 137

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

Shades of Topaz #817889

Tints of Topaz #817889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 33.42%
G = 31.09%
B = 35.49%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#817889 (or 0x817889) is known color: Topaz. HEX triplet: 81, 78 and 89. RGB value is (129,120,137). Sum of RGB (Red+Green+Blue) = 129+120+137=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #817889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817889 is #7E8776. Grayscale: #7C7C7C. Windows color (decimal): -8292215 or 9009281. OLE color: 9009281.

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

Color convert

RGB 129 120 137 -
CMYK 0.06 0.12 0 0.46
HSL 271.76º 0.07% 0.5% -
HSV(B) 271.76º 0.12% 0.54% -
XYZ 20.29 19.91 26.44 -
YUV 124.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 129 120 137 0.06 0.12 0 0.46 271.76 0.07 0.5
Hex 81 78 89 6 C 0 2E 110 7 32
Octal 201 170 211 6 14 0 56 420 7 62
Binary 10000001 1111000 10001001 110 1100 0 101110 100010000 111 110010

Color Harmonies of #817889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817889

Black with #817889

Text Example


Text Example

White with #817889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817889; }

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

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

background-color css

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

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

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

border-color css

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

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

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