#787283

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

Shades of Topaz #787283

Tints of Topaz #787283

Color information

#787283 (or 0x787283) is unknown color: approx Topaz. HEX triplet: 78, 72 and 83. RGB value is (120,114,131). Sum of RGB (Red+Green+Blue) = 120+114+131=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: blue. Hex color #787283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787283 is #878D7C. Grayscale: #757575. Windows color (decimal): -8883581 or 8614520. OLE color: 8614520.

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

Color convert

RGB120114131-
CMYK0.080.1300.49
HSL261.18º6.94%48.04%-
HSV(B)261.18º12.98%51.37%-
XYZ17.8617.6723.94-
YUV117.73135.49129.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=32.88%
G=31.23%
B=35.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201141310.080.1300.49261.186.9448.04
Hex7872838D031105730
Octal1701622031015061405760
Binary1111000111001010000011100011010110001100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787283; }

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

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

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

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

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

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

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

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