#787282

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

Shades of Topaz #787282

Tints of Topaz #787282

Color information

#787282 (or 0x787282) is unknown color: approx Topaz. HEX triplet: 78, 72 and 82. RGB value is (120,114,130). Sum of RGB (Red+Green+Blue) = 120+114+130=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #787282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787282 is #878D7D. Grayscale: #757575. Windows color (decimal): -8883582 or 8548984. OLE color: 8548984.

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

Color convert

RGB120114130-
CMYK0.080.1200.49
HSL262.5º6.56%47.84%-
HSV(B)262.5º12.31%50.98%-
XYZ17.7917.6423.59-
YUV117.62134.99129.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=32.97%
G=31.32%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201141300.080.1200.49262.56.5647.84
Hex7872828C031106730
Octal1701622021014061406760
Binary1111000111001010000010100011000110001100000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787282; }

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

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

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

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

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

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

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

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