#74475A

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

Shades of Cosmic #74475A

Tints of Cosmic #74475A

Color information

#74475A (or 0x74475A) is unknown color: approx Cosmic. HEX triplet: 74, 47 and 5A. RGB value is (116,71,90). Sum of RGB (Red+Green+Blue) = 116+71+90=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74475A is #8BB8A5. Grayscale: #565656. Windows color (decimal): -9156774 or 5916532. OLE color: 5916532.

HSL color Cylindrical-coordinate representation of color #74475A: hue angle of 334.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74475A is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1167190-
CMYK00.390.220.55
HSL334.67º24.06%36.67%-
HSV(B)334.67º38.79%45.49%-
XYZ11.38.9610.81-
YUV86.62129.91148.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=41.88%
G=25.63%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116719000.390.220.55334.6724.0636.67
Hex74475A027163714f1825
Octal16410713204726675173045
Binary11101001000111101101001001111011011011110100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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