Html Css Color HEX #837790 Topaz

📋 copy color: '#837790'

red 131 ◦ green 119 ◦ blue 144

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

Shades of Topaz #837790

Tints of Topaz #837790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 33.25%
G = 30.2%
B = 36.55%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837790 (or 0x837790) is known color: Topaz. HEX triplet: 83, 77 and 90. RGB value is (131,119,144). Sum of RGB (Red+Green+Blue) = 131+119+144=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #837790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837790 is #7C886F. Grayscale: #7D7D7D. Windows color (decimal): -8161392 or 9467779. OLE color: 9467779.

HSL color Cylindrical-coordinate representation of color #837790: hue angle of 268.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #837790 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 119 144 -
CMYK 0.09 0.17 0 0.44
HSL 268.8º 0.1% 0.52% -
HSV(B) 268.8º 0.17% 0.56% -
XYZ 20.99 20.03 29.15 -
YUV 125.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 131 119 144 0.09 0.17 0 0.44 268.8 0.1 0.52
Hex 83 77 90 9 11 0 2C 10D A 34
Octal 203 167 220 11 21 0 54 415 12 64
Binary 10000011 1110111 10010000 1001 10001 0 101100 100001101 1010 110100

Color Harmonies of #837790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837790

Black with #837790

Text Example


Text Example

White with #837790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837790; }

 p { color: rgb(131,119,144); }

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

background-color css

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

 a { background-color: rgb(131,119,144); }

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

border-color css

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

 span { border-color: rgb(131,119,144); }

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