Html Css Color HEX #827E89 Topaz

📋 copy color: '#827E89'

red 130 ◦ green 126 ◦ blue 137

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

Shades of Topaz #827E89

Tints of Topaz #827E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.86%

R = 33.08%
G = 32.06%
B = 34.86%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#827E89 (or 0x827E89) is known color: Topaz. HEX triplet: 82, 7E and 89. RGB value is (130,126,137). Sum of RGB (Red+Green+Blue) = 130+126+137=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #827E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E89 is #7D8176. Grayscale: #808080. Windows color (decimal): -8225143 or 9010818. OLE color: 9010818.

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

Color convert

RGB 130 126 137 -
CMYK 0.05 0.08 0 0.46
HSL 261.82º 0.04% 0.52% -
HSV(B) 261.82º 0.08% 0.54% -
XYZ 21.18 21.47 26.7 -
YUV 128.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 130 126 137 0.05 0.08 0 0.46 261.82 0.04 0.52
Hex 82 7E 89 5 8 0 2E 106 4 34
Octal 202 176 211 5 10 0 56 406 4 64
Binary 10000010 1111110 10001001 101 1000 0 101110 100000110 100 110100

Color Harmonies of #827E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E89

Black with #827E89

Text Example


Text Example

White with #827E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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