#78536C

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

Shades of Cosmic #78536C

Tints of Cosmic #78536C

Color information

#78536C (or 0x78536C) is unknown color: approx Cosmic. HEX triplet: 78, 53 and 6C. RGB value is (120,83,108). Sum of RGB (Red+Green+Blue) = 120+83+108=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78536C is #87AC93. Grayscale: #606060. Windows color (decimal): -8891540 or 7099256. OLE color: 7099256.

HSL color Cylindrical-coordinate representation of color #78536C: hue angle of 319.46º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78536C is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12083108-
CMYK00.310.100.53
HSL319.46º18.23%39.8%-
HSV(B)319.46º30.83%47.06%-
XYZ13.5511.2615.65-
YUV96.91134.26144.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=38.59%
G=26.69%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208310800.310.100.53319.4618.2339.8
Hex78536C01FA3513f1228
Octal17012315403712654772250
Binary111100010100111101100011111101011010110011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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