#83778c

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

Shades of Topaz #83778C

Tints of Topaz #83778C

Color information

#83778C (or 0x83778C) is unknown color: approx Topaz. HEX triplet: 83, 77 and 8C. RGB value is (131,119,140). Sum of RGB (Red+Green+Blue) = 131+119+140=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #83778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83778C is #7C8873. Grayscale: #7C7C7C. Windows color (decimal): -8161396 or 9205635. OLE color: 9205635.

HSL color Cylindrical-coordinate representation of color #83778C: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83778C is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131119140-
CMYK0.060.1500.45
HSL274.29º8.37%50.78%-
HSV(B)274.29º15%54.9%-
XYZ20.6919.9127.56-
YUV124.98136.48132.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=33.59%
G=30.51%
B=35.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311191400.060.1500.45274.298.3750.78
Hex83778C6F02D112833
Octal2031672146170554221063
Binary10000011111011110001100110111101011011000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83778c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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