#745268

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

Shades of Cosmic #745268

Tints of Cosmic #745268

Color information

#745268 (or 0x745268) is unknown color: approx Cosmic. HEX triplet: 74, 52 and 68. RGB value is (116,82,104). Sum of RGB (Red+Green+Blue) = 116+82+104=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745268 is #8BAD97. Grayscale: #5E5E5E. Windows color (decimal): -9153944 or 6836852. OLE color: 6836852.

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

Color convert

RGB11682104-
CMYK00.290.100.55
HSL321.18º17.17%38.82%-
HSV(B)321.18º29.31%45.49%-
XYZ12.7210.7514.5-
YUV94.67133.26143.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=38.41%
G=27.15%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168210400.290.100.55321.1817.1738.82
Hex74526801DA371411127
Octal16412215003512675012147
Binary111010010100101101000011101101011011110100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745268; }

 p { color: rgb(116,82,104); }

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

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

 a { background-color: rgb(116,82,104); }

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

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

 span { border-color: rgb(116,82,104); }

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