#83778F

Color #83778F Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #83778F

Tints of Topaz #83778F

Color information

#83778F (or 0x83778F) is unknown color: approx Topaz. HEX triplet: 83, 77 and 8F. RGB value is (131,119,143). Sum of RGB (Red+Green+Blue) = 131+119+143=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #83778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83778F is #7C8870. Grayscale: #7D7D7D. Windows color (decimal): -8161393 or 9402243. OLE color: 9402243.

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

Color convert

RGB131119143-
CMYK0.080.1700.44
HSL270º9.68%51.37%-
HSV(B)270º16.78%56.08%-
XYZ20.912028.75-
YUV125.32137.98132.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=33.33%
G=30.28%
B=36.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311191430.080.1700.442709.6851.37
Hex83778F81102C10ea33
Octal20316721710210544161263
Binary1000001111101111000111110001000101011001000011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83778F; }

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

 H1.HeaderClassName
 {
   color: #83778F;
 }
 .AnyTagClassName
 {
   color: #83778F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #83778F;
 }
 .BgClassName
 {
   background-color: #83778F;
 }
</style>
border-color css

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

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

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