#83768C

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

Shades of Topaz #83768C

Tints of Topaz #83768C

Color information

#83768C (or 0x83768C) is unknown color: approx Topaz. HEX triplet: 83, 76 and 8C. RGB value is (131,118,140). Sum of RGB (Red+Green+Blue) = 131+118+140=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #83768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83768C is #7C8973. Grayscale: #7C7C7C. Windows color (decimal): -8161652 or 9205379. OLE color: 9205379.

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

Color convert

RGB131118140-
CMYK0.060.1600.45
HSL275.45º8.73%50.59%-
HSV(B)275.45º15.71%54.9%-
XYZ20.5719.6827.52-
YUV124.39136.81132.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=33.68%
G=30.33%
B=35.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311181400.060.1600.45275.458.7350.59
Hex83768C61002D113933
Octal2031662146200554231163
Binary100000111110110100011001101000001011011000100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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