#78506A

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

Shades of Cosmic #78506A

Tints of Cosmic #78506A

Color information

#78506A (or 0x78506A) is unknown color: approx Cosmic. HEX triplet: 78, 50 and 6A. RGB value is (120,80,106). Sum of RGB (Red+Green+Blue) = 120+80+106=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #78506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506A is #87AF95. Grayscale: #5E5E5E. Windows color (decimal): -8892310 or 6967416. OLE color: 6967416.

HSL color Cylindrical-coordinate representation of color #78506A: hue angle of 321º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78506A is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12080106-
CMYK00.330.120.53
HSL321º20%39.22%-
HSV(B)321º33.33%47.06%-
XYZ13.2210.7715.02-
YUV94.92134.25145.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=39.22%
G=26.14%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208010600.330.120.533212039.22
Hex78506A021C351411427
Octal17012015204114655012447
Binary1111000101000011010100100001110011010110100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78506A; }

 p { color: rgb(120,80,106); }

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

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

 a { background-color: rgb(120,80,106); }

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

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

 span { border-color: rgb(120,80,106); }

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