Html Css Color HEX #817E8A Topaz

📋 copy color: '#817E8A'

red 129 ◦ green 126 ◦ blue 138

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

Shades of Topaz #817E8A

Tints of Topaz #817E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.06%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 32.82%
G = 32.06%
B = 35.11%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#817E8A (or 0x817E8A) is known color: Topaz. HEX triplet: 81, 7E and 8A. RGB value is (129,126,138). Sum of RGB (Red+Green+Blue) = 129+126+138=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #817E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E8A is #7E8175. Grayscale: #808080. Windows color (decimal): -8290678 or 9076353. OLE color: 9076353.

HSL color Cylindrical-coordinate representation of color #817E8A: hue angle of 255º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817E8A is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 126 138 -
CMYK 0.07 0.09 0 0.46
HSL 255º 0.05% 0.52% -
HSV(B) 255º 0.09% 0.54% -
XYZ 21.1 21.42 27.07 -
YUV 128.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 129 126 138 0.07 0.09 0 0.46 255 0.05 0.52
Hex 81 7E 8A 7 9 0 2E FF 5 34
Octal 201 176 212 7 11 0 56 377 5 64
Binary 10000001 1111110 10001010 111 1001 0 101110 11111111 101 110100

Color Harmonies of #817E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E8A

Black with #817E8A

Text Example


Text Example

White with #817E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,126,138); }

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

background-color css

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

 a { background-color: rgb(129,126,138); }

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

border-color css

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

 span { border-color: rgb(129,126,138); }

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