#83788F

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

Shades of Topaz #83788F

Tints of Topaz #83788F

Color information

#83788F (or 0x83788F) is unknown color: approx Topaz. HEX triplet: 83, 78 and 8F. RGB value is (131,120,143). Sum of RGB (Red+Green+Blue) = 131+120+143=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #83788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83788F is #7C8770. Grayscale: #7D7D7D. Windows color (decimal): -8161137 or 9402499. OLE color: 9402499.

HSL color Cylindrical-coordinate representation of color #83788F: hue angle of 268.7º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83788F is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131120143-
CMYK0.080.1600.44
HSL268.7º9.31%51.57%-
HSV(B)268.7º16.08%56.08%-
XYZ21.0320.2428.78-
YUV125.91137.64131.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=33.25%
G=30.46%
B=36.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311201430.080.1600.44268.79.3151.57
Hex83788F81002C10d934
Octal20317021710200544151164
Binary1000001111110001000111110001000001011001000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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