#83768B

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

Shades of Topaz #83768B

Tints of Topaz #83768B

Color information

#83768B (or 0x83768B) is unknown color: approx Topaz. HEX triplet: 83, 76 and 8B. RGB value is (131,118,139). Sum of RGB (Red+Green+Blue) = 131+118+139=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #83768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83768B is #7C8974. Grayscale: #7C7C7C. Windows color (decimal): -8161653 or 9139843. OLE color: 9139843.

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

Color convert

RGB131118139-
CMYK0.060.1500.45
HSL277.14º8.3%50.39%-
HSV(B)277.14º15.11%54.51%-
XYZ20.519.6527.14-
YUV124.28136.31132.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=33.76%
G=30.41%
B=35.82%

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
Decimal1311181390.060.1500.45277.148.350.39
Hex83768B6F02D115832
Octal2031662136170554251062
Binary10000011111011010001011110111101011011000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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