#74415F

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

Shades of Cosmic #74415F

Tints of Cosmic #74415F

Color information

#74415F (or 0x74415F) is unknown color: approx Cosmic. HEX triplet: 74, 41 and 5F. RGB value is (116,65,95). Sum of RGB (Red+Green+Blue) = 116+65+95=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74415F is #8BBEA0. Grayscale: #535353. Windows color (decimal): -9158305 or 6242676. OLE color: 6242676.

HSL color Cylindrical-coordinate representation of color #74415F: hue angle of 324.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74415F is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1166595-
CMYK00.440.180.55
HSL324.71º28.18%35.49%-
HSV(B)324.71º43.97%45.49%-
XYZ11.168.3211.84-
YUV83.67134.4151.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=42.03%
G=23.55%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116659500.440.180.55324.7128.1835.49
Hex74415F02C12371451c23
Octal16410113705422675053443
Binary11101001000001101111101011001001011011110100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74415F; }

 p { color: rgb(116,65,95); }

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

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

 a { background-color: rgb(116,65,95); }

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

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

 span { border-color: rgb(116,65,95); }

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