#78738B

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

Shades of Topaz #78738B

Tints of Topaz #78738B

Color information

#78738B (or 0x78738B) is unknown color: approx Topaz. HEX triplet: 78, 73 and 8B. RGB value is (120,115,139). Sum of RGB (Red+Green+Blue) = 120+115+139=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #78738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78738B is #878C74. Grayscale: #777777. Windows color (decimal): -8883317 or 9139064. OLE color: 9139064.

HSL color Cylindrical-coordinate representation of color #78738B: hue angle of 252.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78738B is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120115139-
CMYK0.140.1700.45
HSL252.5º9.45%49.8%-
HSV(B)252.5º17.27%54.51%-
XYZ18.5418.1226.95-
YUV119.23139.16128.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=32.09%
G=30.75%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201151390.140.1700.45252.59.4549.8
Hex78738BE1102Dfc932
Octal17016321316210553741162
Binary11110001110011100010111110100010101101111111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78738B; }

 p { color: rgb(120,115,139); }

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

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

 a { background-color: rgb(120,115,139); }

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

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

 span { border-color: rgb(120,115,139); }

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