Html Css Color HEX #817C8B Topaz

📋 copy color: '#817C8B'

red 129 ◦ green 124 ◦ blue 139

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

Shades of Topaz #817C8B

Tints of Topaz #817C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 32.91%
G = 31.63%
B = 35.46%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#817C8B (or 0x817C8B) is known color: Topaz. HEX triplet: 81, 7C and 8B. RGB value is (129,124,139). Sum of RGB (Red+Green+Blue) = 129+124+139=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #817C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C8B is #7E8374. Grayscale: #7F7F7F. Windows color (decimal): -8291189 or 9141377. OLE color: 9141377.

HSL color Cylindrical-coordinate representation of color #817C8B: hue angle of 260º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817C8B is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 124 139 -
CMYK 0.07 0.11 0 0.45
HSL 260º 0.06% 0.52% -
HSV(B) 260º 0.11% 0.55% -
XYZ 20.92 20.95 27.37 -
YUV 127.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 129 124 139 0.07 0.11 0 0.45 260 0.06 0.52
Hex 81 7C 8B 7 B 0 2D 104 6 34
Octal 201 174 213 7 13 0 55 404 6 64
Binary 10000001 1111100 10001011 111 1011 0 101101 100000100 110 110100

Color Harmonies of #817C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C8B

Black with #817C8B

Text Example


Text Example

White with #817C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,139); }

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

background-color css

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

 a { background-color: rgb(129,124,139); }

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

border-color css

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

 span { border-color: rgb(129,124,139); }

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