Html Css Color HEX #827F8E Topaz

📋 copy color: '#827F8E'

red 130 ◦ green 127 ◦ blue 142

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

Shades of Topaz #827F8E

Tints of Topaz #827F8E

RGB

 RED value IS 130 (51.17% from 255) = 32.58%

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 32.58%
G = 31.83%
B = 35.59%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#827F8E (or 0x827F8E) is known color: Topaz. HEX triplet: 82, 7F and 8E. RGB value is (130,127,142). Sum of RGB (Red+Green+Blue) = 130+127+142=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 142 - color contains mainly: blue. Hex color #827F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F8E is #7D8071. Grayscale: #818181. Windows color (decimal): -8224882 or 9338754. OLE color: 9338754.

HSL color Cylindrical-coordinate representation of color #827F8E: hue angle of 252º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #827F8E is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 127 142 -
CMYK 0.08 0.11 0 0.44
HSL 252º 0.06% 0.53% -
HSV(B) 252º 0.11% 0.56% -
XYZ 21.68 21.88 28.67 -
YUV 129.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 130 127 142 0.08 0.11 0 0.44 252 0.06 0.53
Hex 82 7F 8E 8 B 0 2C FC 6 35
Octal 202 177 216 10 13 0 54 374 6 65
Binary 10000010 1111111 10001110 1000 1011 0 101100 11111100 110 110101

Color Harmonies of #827F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F8E

Black with #827F8E

Text Example


Text Example

White with #827F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827F8E; }

 p { color: rgb(130,127,142); }

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

background-color css

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

 a { background-color: rgb(130,127,142); }

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

border-color css

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

 span { border-color: rgb(130,127,142); }

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