Html Css Color HEX #827889 Topaz

📋 copy color: '#827889'

red 130 ◦ green 120 ◦ blue 137

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

Shades of Topaz #827889

Tints of Topaz #827889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

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

R = 33.59%
G = 31.01%
B = 35.4%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#827889 (or 0x827889) is known color: Topaz. HEX triplet: 82, 78 and 89. RGB value is (130,120,137). Sum of RGB (Red+Green+Blue) = 130+120+137=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #827889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827889 is #7D8776. Grayscale: #7C7C7C. Windows color (decimal): -8226679 or 9009282. OLE color: 9009282.

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

Color convert

RGB 130 120 137 -
CMYK 0.05 0.12 0 0.46
HSL 275.29º 0.07% 0.5% -
HSV(B) 275.29º 0.12% 0.54% -
XYZ 20.44 19.98 26.45 -
YUV 124.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 130 120 137 0.05 0.12 0 0.46 275.29 0.07 0.5
Hex 82 78 89 5 C 0 2E 113 7 32
Octal 202 170 211 5 14 0 56 423 7 62
Binary 10000010 1111000 10001001 101 1100 0 101110 100010011 111 110010

Color Harmonies of #827889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827889

Black with #827889

Text Example


Text Example

White with #827889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827889; }

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

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

background-color css

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

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

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

border-color css

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

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

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