#787083

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

Shades of Topaz #787083

Tints of Topaz #787083

Color information

#787083 (or 0x787083) is unknown color: approx Topaz. HEX triplet: 78, 70 and 83. RGB value is (120,112,131). Sum of RGB (Red+Green+Blue) = 120+112+131=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #787083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787083 is #878F7C. Grayscale: #747474. Windows color (decimal): -8884093 or 8614008. OLE color: 8614008.

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

Color convert

RGB120112131-
CMYK0.080.1500.49
HSL265.26º7.82%47.65%-
HSV(B)265.26º14.5%51.37%-
XYZ17.6417.2223.87-
YUV116.56136.15130.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=33.06%
G=30.85%
B=36.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201121310.080.1500.49265.267.8247.65
Hex7870838F031109830
Octal17016020310170614111060
Binary11110001110000100000111000111101100011000010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787083; }

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

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

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

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

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

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

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

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