#83778D

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

Shades of Topaz #83778D

Tints of Topaz #83778D

Color information

#83778D (or 0x83778D) is unknown color: approx Topaz. HEX triplet: 83, 77 and 8D. RGB value is (131,119,141). Sum of RGB (Red+Green+Blue) = 131+119+141=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #83778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83778D is #7C8872. Grayscale: #7D7D7D. Windows color (decimal): -8161395 or 9271171. OLE color: 9271171.

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

Color convert

RGB131119141-
CMYK0.070.1600.45
HSL272.73º8.8%50.98%-
HSV(B)272.73º15.6%55.29%-
XYZ20.7619.9427.95-
YUV125.1136.98132.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=33.50%
G=30.43%
B=36.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311191410.070.1600.45272.738.850.98
Hex83778D71002D111933
Octal2031672157200554211163
Binary100000111110111100011011111000001011011000100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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