#83788B

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

Shades of Topaz #83788B

Tints of Topaz #83788B

Color information

#83788B (or 0x83788B) is unknown color: approx Topaz. HEX triplet: 83, 78 and 8B. RGB value is (131,120,139). Sum of RGB (Red+Green+Blue) = 131+120+139=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #83788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83788B is #7C8774. Grayscale: #7D7D7D. Windows color (decimal): -8161141 or 9140355. OLE color: 9140355.

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

Color convert

RGB131120139-
CMYK0.060.1400.45
HSL274.74º7.57%50.78%-
HSV(B)274.74º13.67%54.51%-
XYZ20.7420.1227.22-
YUV125.46135.64131.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=33.59%
G=30.77%
B=35.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311201390.060.1400.45274.747.5750.78
Hex83788B6E02D113833
Octal2031702136160554231063
Binary10000011111100010001011110111001011011000100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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