#745760

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

Shades of Cosmic #745760

Tints of Cosmic #745760

Color information

#745760 (or 0x745760) is unknown color: approx Cosmic. HEX triplet: 74, 57 and 60. RGB value is (116,87,96). Sum of RGB (Red+Green+Blue) = 116+87+96=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745760 is #8BA89F. Grayscale: #606060. Windows color (decimal): -9152672 or 6313844. OLE color: 6313844.

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

Color convert

RGB1168796-
CMYK00.250.170.55
HSL341.38º14.29%39.8%-
HSV(B)341.38º25%45.49%-
XYZ12.7211.3712.59-
YUV96.7127.61141.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=38.80%
G=29.10%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116879600.250.170.55341.3814.2939.8
Hex7457600191137155e28
Octal16412714003121675251650
Binary111010010101111100000011001100011101111010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745760; }

 p { color: rgb(116,87,96); }

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

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

 a { background-color: rgb(116,87,96); }

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

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

 span { border-color: rgb(116,87,96); }

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