#787287

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

Shades of Topaz #787287

Tints of Topaz #787287

Color information

#787287 (or 0x787287) is unknown color: approx Topaz. HEX triplet: 78, 72 and 87. RGB value is (120,114,135). Sum of RGB (Red+Green+Blue) = 120+114+135=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #787287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787287 is #878D78. Grayscale: #767676. Windows color (decimal): -8883577 or 8876664. OLE color: 8876664.

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

Color convert

RGB120114135-
CMYK0.110.1600.47
HSL257.14º8.43%48.82%-
HSV(B)257.14º15.56%52.94%-
XYZ18.1417.7825.4-
YUV118.19137.49129.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=32.52%
G=30.89%
B=36.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201141350.110.1600.47257.148.4348.82
Hex787287B1002F101831
Octal17016220713200574011061
Binary111100011100101000011110111000001011111000000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787287; }

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

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

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

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

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

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

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

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