Html Css Color HEX #827F83 Topaz

📋 copy color: '#827F83'

red 130 ◦ green 127 ◦ blue 131

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

Shades of Topaz #827F83

Tints of Topaz #827F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 33.51%
G = 32.73%
B = 33.76%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827F83 (or 0x827F83) is known color: Topaz. HEX triplet: 82, 7F and 83. RGB value is (130,127,131). Sum of RGB (Red+Green+Blue) = 130+127+131=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 131 - color contains mainly: blue. Hex color #827F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F83 is #7D807C. Grayscale: #808080. Windows color (decimal): -8224893 or 8617858. OLE color: 8617858.

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

Color convert

RGB 130 127 131 -
CMYK 0.01 0.03 0 0.49
HSL 285º 0.02% 0.51% -
HSV(B) 285º 0.03% 0.51% -
XYZ 20.89 21.56 24.53 -
YUV 128.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 130 127 131 0.01 0.03 0 0.49 285 0.02 0.51
Hex 82 7F 83 1 3 0 31 11D 2 33
Octal 202 177 203 1 3 0 61 435 2 63
Binary 10000010 1111111 10000011 1 11 0 110001 100011101 10 110011

Color Harmonies of #827F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F83

Black with #827F83

Text Example


Text Example

White with #827F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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