Html Css Color HEX #827F89 Topaz

📋 copy color: '#827F89'

red 130 ◦ green 127 ◦ blue 137

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

Shades of Topaz #827F89

Tints of Topaz #827F89

RGB

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

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

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

R = 32.99%
G = 32.23%
B = 34.77%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#827F89 (or 0x827F89) is known color: Topaz. HEX triplet: 82, 7F and 89. RGB value is (130,127,137). Sum of RGB (Red+Green+Blue) = 130+127+137=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 137 - color contains mainly: blue. Hex color #827F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F89 is #7D8076. Grayscale: #818181. Windows color (decimal): -8224887 or 9011074. OLE color: 9011074.

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

Color convert

RGB 130 127 137 -
CMYK 0.05 0.07 0 0.46
HSL 258º 0.04% 0.52% -
HSV(B) 258º 0.07% 0.54% -
XYZ 21.31 21.73 26.74 -
YUV 129.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 130 127 137 0.05 0.07 0 0.46 258 0.04 0.52
Hex 82 7F 89 5 7 0 2E 102 4 34
Octal 202 177 211 5 7 0 56 402 4 64
Binary 10000010 1111111 10001001 101 111 0 101110 100000010 100 110100

Color Harmonies of #827F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F89

Black with #827F89

Text Example


Text Example

White with #827F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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