Html Css Color HEX #817F8C Topaz

📋 copy color: '#817F8C'

red 129 ◦ green 127 ◦ blue 140

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

Shades of Topaz #817F8C

Tints of Topaz #817F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 32.58%
G = 32.07%
B = 35.35%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#817F8C (or 0x817F8C) is known color: Topaz. HEX triplet: 81, 7F and 8C. RGB value is (129,127,140). Sum of RGB (Red+Green+Blue) = 129+127+140=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #817F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F8C is #7E8073. Grayscale: #818181. Windows color (decimal): -8290420 or 9207681. OLE color: 9207681.

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

Color convert

RGB 129 127 140 -
CMYK 0.08 0.09 0 0.45
HSL 249.23º 0.05% 0.52% -
HSV(B) 249.23º 0.09% 0.55% -
XYZ 21.38 21.74 27.88 -
YUV 129.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 129 127 140 0.08 0.09 0 0.45 249.23 0.05 0.52
Hex 81 7F 8C 8 9 0 2D F9 5 34
Octal 201 177 214 10 11 0 55 371 5 64
Binary 10000001 1111111 10001100 1000 1001 0 101101 11111001 101 110100

Color Harmonies of #817F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817F8C

Black with #817F8C

Text Example


Text Example

White with #817F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,127,140); }

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

background-color css

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

 a { background-color: rgb(129,127,140); }

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

border-color css

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

 span { border-color: rgb(129,127,140); }

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