#78606E

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

Shades of Cosmic #78606E

Tints of Cosmic #78606E

Color information

#78606E (or 0x78606E) is unknown color: approx Cosmic. HEX triplet: 78, 60 and 6E. RGB value is (120,96,110). Sum of RGB (Red+Green+Blue) = 120+96+110=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78606E is #879F91. Grayscale: #686868. Windows color (decimal): -8888210 or 7233656. OLE color: 7233656.

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

Color convert

RGB12096110-
CMYK00.20.080.53
HSL325º11.11%42.35%-
HSV(B)325º20%47.06%-
XYZ14.7413.4816.58-
YUV104.77130.95138.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=36.81%
G=29.45%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209611000.20.080.5332511.1142.35
Hex78606E014835145b2a
Octal17014015602410655051352
Binary11110001100000110111001010010001101011010001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78606E; }

 p { color: rgb(120,96,110); }

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

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

 a { background-color: rgb(120,96,110); }

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

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

 span { border-color: rgb(120,96,110); }

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