#787487

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

Shades of Topaz #787487

Tints of Topaz #787487

Color information

#787487 (or 0x787487) is unknown color: approx Topaz. HEX triplet: 78, 74 and 87. RGB value is (120,116,135). Sum of RGB (Red+Green+Blue) = 120+116+135=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #787487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787487 is #878B78. Grayscale: #777777. Windows color (decimal): -8883065 or 8877176. OLE color: 8877176.

HSL color Cylindrical-coordinate representation of color #787487: hue angle of 252.63º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #787487 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB120116135-
CMYK0.110.1400.47
HSL252.63º7.57%49.22%-
HSV(B)252.63º14.07%52.94%-
XYZ18.3618.2325.47-
YUV119.36136.83128.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=32.35%
G=31.27%
B=36.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201161350.110.1400.47252.637.5749.22
Hex787487BE02Ffd831
Octal17016420713160573751061
Binary1111000111010010000111101111100101111111111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787487; }

 p { color: rgb(120,116,135); }

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

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

 a { background-color: rgb(120,116,135); }

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

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

 span { border-color: rgb(120,116,135); }

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