#78506C

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

Shades of Cosmic #78506C

Tints of Cosmic #78506C

Color information

#78506C (or 0x78506C) is unknown color: approx Cosmic. HEX triplet: 78, 50 and 6C. RGB value is (120,80,108). Sum of RGB (Red+Green+Blue) = 120+80+108=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #78506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506C is #87AF93. Grayscale: #5F5F5F. Windows color (decimal): -8892308 or 7098488. OLE color: 7098488.

HSL color Cylindrical-coordinate representation of color #78506C: hue angle of 318º 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 #78506C is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12080108-
CMYK00.330.100.53
HSL318º20%39.22%-
HSV(B)318º33.33%47.06%-
XYZ13.3210.8115.57-
YUV95.15135.25145.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=38.96%
G=25.97%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208010800.330.100.533182039.22
Hex78506C021A3513e1427
Octal17012015404112654762447
Binary1111000101000011011000100001101011010110011111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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