Html Css Color HEX #827E8A Topaz

📋 copy color: '#827E8A'

red 130 ◦ green 126 ◦ blue 138

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

Shades of Topaz #827E8A

Tints of Topaz #827E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 32.99%
G = 31.98%
B = 35.03%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#827E8A (or 0x827E8A) is known color: Topaz. HEX triplet: 82, 7E and 8A. RGB value is (130,126,138). Sum of RGB (Red+Green+Blue) = 130+126+138=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 138 - color contains mainly: blue. Hex color #827E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E8A is #7D8175. Grayscale: #808080. Windows color (decimal): -8225142 or 9076354. OLE color: 9076354.

HSL color Cylindrical-coordinate representation of color #827E8A: hue angle of 260º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827E8A is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 126 138 -
CMYK 0.06 0.09 0 0.46
HSL 260º 0.05% 0.52% -
HSV(B) 260º 0.09% 0.54% -
XYZ 21.25 21.5 27.07 -
YUV 128.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 130 126 138 0.06 0.09 0 0.46 260 0.05 0.52
Hex 82 7E 8A 6 9 0 2E 104 5 34
Octal 202 176 212 6 11 0 56 404 5 64
Binary 10000010 1111110 10001010 110 1001 0 101110 100000100 101 110100

Color Harmonies of #827E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E8A

Black with #827E8A

Text Example


Text Example

White with #827E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,138); }

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

background-color css

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

 a { background-color: rgb(130,126,138); }

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

border-color css

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

 span { border-color: rgb(130,126,138); }

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