#83788A

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

Shades of Topaz #83788A

Tints of Topaz #83788A

Color information

#83788A (or 0x83788A) is unknown color: approx Topaz. HEX triplet: 83, 78 and 8A. RGB value is (131,120,138). Sum of RGB (Red+Green+Blue) = 131+120+138=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #83788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83788A is #7C8775. Grayscale: #7D7D7D. Windows color (decimal): -8161142 or 9074819. OLE color: 9074819.

HSL color Cylindrical-coordinate representation of color #83788A: hue angle of 276.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #83788A is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131120138-
CMYK0.050.1300.46
HSL276.67º7.14%50.59%-
HSV(B)276.67º13.04%54.12%-
XYZ20.6620.0926.83-
YUV125.34135.14132.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=33.68%
G=30.85%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311201380.050.1300.46276.677.1450.59
Hex83788A5D02E115733
Octal203170212515056425763
Binary1000001111110001000101010111010101110100010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83788A; }

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

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

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

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

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

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

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

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