#74465A

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

Shades of Cosmic #74465A

Tints of Cosmic #74465A

Color information

#74465A (or 0x74465A) is unknown color: approx Cosmic. HEX triplet: 74, 46 and 5A. RGB value is (116,70,90). Sum of RGB (Red+Green+Blue) = 116+70+90=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465A is #8BB9A5. Grayscale: #565656. Windows color (decimal): -9157030 or 5916276. OLE color: 5916276.

HSL color Cylindrical-coordinate representation of color #74465A: hue angle of 333.91º 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 #74465A is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1167090-
CMYK00.400.220.55
HSL333.91º24.73%36.47%-
HSV(B)333.91º39.66%45.49%-
XYZ11.248.8310.79-
YUV86.03130.24149.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=42.03%
G=25.36%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116709000.400.220.55333.9124.7336.47
Hex74465A028163714e1924
Octal16410613205026675163144
Binary11101001000110101101001010001011011011110100111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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