#74465E

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

Shades of Cosmic #74465E

Tints of Cosmic #74465E

Color information

#74465E (or 0x74465E) is unknown color: approx Cosmic. HEX triplet: 74, 46 and 5E. RGB value is (116,70,94). Sum of RGB (Red+Green+Blue) = 116+70+94=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465E is #8BB9A1. Grayscale: #565656. Windows color (decimal): -9157026 or 6178420. OLE color: 6178420.

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

Color convert

RGB1167094-
CMYK00.400.190.55
HSL328.7º24.73%36.47%-
HSV(B)328.7º39.66%45.49%-
XYZ11.418.911.71-
YUV86.49132.24149.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=41.43%
G=25%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116709400.400.190.55328.724.7336.47
Hex74465E02813371491924
Octal16410613605023675113144
Binary11101001000110101111001010001001111011110100100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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