Html Css Color HEX #827F84 Topaz

📋 copy color: '#827F84'

red 130 ◦ green 127 ◦ blue 132

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

Shades of Topaz #827F84

Tints of Topaz #827F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 33.42%
G = 32.65%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#827F84 (or 0x827F84) is known color: Topaz. HEX triplet: 82, 7F and 84. RGB value is (130,127,132). Sum of RGB (Red+Green+Blue) = 130+127+132=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 132 - color contains mainly: blue. Hex color #827F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F84 is #7D807B. Grayscale: #808080. Windows color (decimal): -8224892 or 8683394. OLE color: 8683394.

HSL color Cylindrical-coordinate representation of color #827F84: hue angle of 276º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #827F84 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 127 132 -
CMYK 0.02 0.04 0 0.48
HSL 276º 0.02% 0.51% -
HSV(B) 276º 0.04% 0.52% -
XYZ 20.96 21.59 24.89 -
YUV 128.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 130 127 132 0.02 0.04 0 0.48 276 0.02 0.51
Hex 82 7F 84 2 4 0 30 114 2 33
Octal 202 177 204 2 4 0 60 424 2 63
Binary 10000010 1111111 10000100 10 100 0 110000 100010100 10 110011

Color Harmonies of #827F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F84

Black with #827F84

Text Example


Text Example

White with #827F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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