#83768D

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

Shades of Topaz #83768D

Tints of Topaz #83768D

Color information

#83768D (or 0x83768D) is unknown color: approx Topaz. HEX triplet: 83, 76 and 8D. RGB value is (131,118,141). Sum of RGB (Red+Green+Blue) = 131+118+141=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #83768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83768D is #7C8972. Grayscale: #7C7C7C. Windows color (decimal): -8161651 or 9270915. OLE color: 9270915.

HSL color Cylindrical-coordinate representation of color #83768D: hue angle of 273.91º 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 #83768D is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131118141-
CMYK0.070.1600.45
HSL273.91º9.16%50.78%-
HSV(B)273.91º16.31%55.29%-
XYZ20.6519.7127.91-
YUV124.51137.31132.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=33.59%
G=30.26%
B=36.15%

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
Decimal1311181410.070.1600.45273.919.1650.78
Hex83768D71002D112933
Octal2031662157200554221163
Binary100000111110110100011011111000001011011000100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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