Html Css Color HEX #817588 Topaz

📋 copy color: '#817588'

red 129 ◦ green 117 ◦ blue 136

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

Shades of Topaz #817588

Tints of Topaz #817588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 33.77%
G = 30.63%
B = 35.6%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#817588 (or 0x817588) is known color: Topaz. HEX triplet: 81, 75 and 88. RGB value is (129,117,136). Sum of RGB (Red+Green+Blue) = 129+117+136=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #817588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817588 is #7E8A77. Grayscale: #7A7A7A. Windows color (decimal): -8292984 or 8942977. OLE color: 8942977.

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

Color convert

RGB 129 117 136 -
CMYK 0.05 0.14 0 0.47
HSL 277.89º 0.08% 0.5% -
HSV(B) 277.89º 0.14% 0.53% -
XYZ 19.86 19.17 25.95 -
YUV 122.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 129 117 136 0.05 0.14 0 0.47 277.89 0.08 0.5
Hex 81 75 88 5 E 0 2F 116 8 32
Octal 201 165 210 5 16 0 57 426 10 62
Binary 10000001 1110101 10001000 101 1110 0 101111 100010110 1000 110010

Color Harmonies of #817588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817588

Black with #817588

Text Example


Text Example

White with #817588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817588; }

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

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

background-color css

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

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

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

border-color css

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

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

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