#83788D

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

Shades of Topaz #83788D

Tints of Topaz #83788D

Color information

#83788D (or 0x83788D) is unknown color: approx Topaz. HEX triplet: 83, 78 and 8D. RGB value is (131,120,141). Sum of RGB (Red+Green+Blue) = 131+120+141=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #83788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83788D is #7C8772. Grayscale: #7D7D7D. Windows color (decimal): -8161139 or 9271427. OLE color: 9271427.

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

Color convert

RGB131120141-
CMYK0.070.1500.45
HSL271.43º8.43%51.18%-
HSV(B)271.43º14.89%55.29%-
XYZ20.8820.1827.99-
YUV125.68136.64131.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=33.42%
G=30.61%
B=35.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311201410.070.1500.45271.438.4351.18
Hex83788D7F02D10f833
Octal2031702157170554171063
Binary10000011111100010001101111111101011011000011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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