Html Css Color HEX #817988 Topaz

📋 copy color: '#817988'

red 129 ◦ green 121 ◦ blue 136

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

Shades of Topaz #817988

Tints of Topaz #817988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 33.42%
G = 31.35%
B = 35.23%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#817988 (or 0x817988) is known color: Topaz. HEX triplet: 81, 79 and 88. RGB value is (129,121,136). Sum of RGB (Red+Green+Blue) = 129+121+136=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #817988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817988 is #7E8677. Grayscale: #7D7D7D. Windows color (decimal): -8291960 or 8944001. OLE color: 8944001.

HSL color Cylindrical-coordinate representation of color #817988: hue angle of 272º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817988 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 121 136 -
CMYK 0.05 0.11 0 0.47
HSL 272º 0.06% 0.5% -
HSV(B) 272º 0.11% 0.53% -
XYZ 20.33 20.12 26.1 -
YUV 125.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 129 121 136 0.05 0.11 0 0.47 272 0.06 0.5
Hex 81 79 88 5 B 0 2F 110 6 32
Octal 201 171 210 5 13 0 57 420 6 62
Binary 10000001 1111001 10001000 101 1011 0 101111 100010000 110 110010

Color Harmonies of #817988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817988

Black with #817988

Text Example


Text Example

White with #817988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817988; }

 p { color: rgb(129,121,136); }

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

background-color css

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

 a { background-color: rgb(129,121,136); }

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

border-color css

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

 span { border-color: rgb(129,121,136); }

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