Html Css Color HEX #837889 Topaz

📋 copy color: '#837889'

red 131 ◦ green 120 ◦ blue 137

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

Shades of Topaz #837889

Tints of Topaz #837889

RGB

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

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

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

R = 33.76%
G = 30.93%
B = 35.31%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#837889 (or 0x837889) is known color: Topaz. HEX triplet: 83, 78 and 89. RGB value is (131,120,137). Sum of RGB (Red+Green+Blue) = 131+120+137=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 137 - color contains mainly: blue. Hex color #837889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837889 is #7C8776. Grayscale: #7D7D7D. Windows color (decimal): -8161143 or 9009283. OLE color: 9009283.

HSL color Cylindrical-coordinate representation of color #837889: hue angle of 278.82º 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 #837889 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 120 137 -
CMYK 0.04 0.12 0 0.46
HSL 278.82º 0.07% 0.5% -
HSV(B) 278.82º 0.12% 0.54% -
XYZ 20.59 20.06 26.45 -
YUV 125.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 131 120 137 0.04 0.12 0 0.46 278.82 0.07 0.5
Hex 83 78 89 4 C 0 2E 117 7 32
Octal 203 170 211 4 14 0 56 427 7 62
Binary 10000011 1111000 10001001 100 1100 0 101110 100010111 111 110010

Color Harmonies of #837889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837889

Black with #837889

Text Example


Text Example

White with #837889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837889; }

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

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

background-color css

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

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

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

border-color css

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

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

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