#745261

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

Shades of Cosmic #745261

Tints of Cosmic #745261

Color information

#745261 (or 0x745261) is unknown color: approx Cosmic. HEX triplet: 74, 52 and 61. RGB value is (116,82,97). Sum of RGB (Red+Green+Blue) = 116+82+97=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745261 is #8BAD9E. Grayscale: #5D5D5D. Windows color (decimal): -9153951 or 6378100. OLE color: 6378100.

HSL color Cylindrical-coordinate representation of color #745261: hue angle of 333.53º 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 #745261 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1168297-
CMYK00.290.160.55
HSL333.53º17.17%38.82%-
HSV(B)333.53º29.31%45.49%-
XYZ12.3810.6112.7-
YUV93.88129.76143.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=39.32%
G=27.80%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116829700.290.160.55333.5317.1738.82
Hex74526101D103714e1127
Octal16412214103520675162147
Binary1110100101001011000010111011000011011110100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745261; }

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

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

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

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

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

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

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

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