Html Css Color HEX #817D88 Topaz

📋 copy color: '#817D88'

red 129 ◦ green 125 ◦ blue 136

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

Shades of Topaz #817D88

Tints of Topaz #817D88

RGB

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

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

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

R = 33.08%
G = 32.05%
B = 34.87%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#817D88 (or 0x817D88) is known color: Topaz. HEX triplet: 81, 7D and 88. RGB value is (129,125,136). Sum of RGB (Red+Green+Blue) = 129+125+136=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #817D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817D88 is #7E8277. Grayscale: #7F7F7F. Windows color (decimal): -8290936 or 8945025. OLE color: 8945025.

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

Color convert

RGB 129 125 136 -
CMYK 0.05 0.08 0 0.47
HSL 261.82º 0.04% 0.51% -
HSV(B) 261.82º 0.08% 0.53% -
XYZ 20.83 21.11 26.27 -
YUV 127.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 129 125 136 0.05 0.08 0 0.47 261.82 0.04 0.51
Hex 81 7D 88 5 8 0 2F 106 4 33
Octal 201 175 210 5 10 0 57 406 4 63
Binary 10000001 1111101 10001000 101 1000 0 101111 100000110 100 110011

Color Harmonies of #817D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D88

Black with #817D88

Text Example


Text Example

White with #817D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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