#74425E

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

Shades of Cosmic #74425E

Tints of Cosmic #74425E

Color information

#74425E (or 0x74425E) is unknown color: approx Cosmic. HEX triplet: 74, 42 and 5E. RGB value is (116,66,94). Sum of RGB (Red+Green+Blue) = 116+66+94=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74425E is #8BBDA1. Grayscale: #545454. Windows color (decimal): -9158050 or 6177396. OLE color: 6177396.

HSL color Cylindrical-coordinate representation of color #74425E: hue angle of 326.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74425E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1166694-
CMYK00.430.190.55
HSL326.4º27.47%35.69%-
HSV(B)326.4º43.1%45.49%-
XYZ11.178.4211.63-
YUV84.14133.56150.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=42.03%
G=23.91%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116669400.430.190.55326.427.4735.69
Hex74425E02B13371461b24
Octal16410213605323675063344
Binary11101001000010101111001010111001111011110100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74425E; }

 p { color: rgb(116,66,94); }

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

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

 a { background-color: rgb(116,66,94); }

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

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

 span { border-color: rgb(116,66,94); }

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