#74475C

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

Shades of Cosmic #74475C

Tints of Cosmic #74475C

Color information

#74475C (or 0x74475C) is unknown color: approx Cosmic. HEX triplet: 74, 47 and 5C. RGB value is (116,71,92). Sum of RGB (Red+Green+Blue) = 116+71+92=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74475C is #8BB8A3. Grayscale: #565656. Windows color (decimal): -9156772 or 6047604. OLE color: 6047604.

HSL color Cylindrical-coordinate representation of color #74475C: hue angle of 332º 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 #74475C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1167192-
CMYK00.390.210.55
HSL332º24.06%36.67%-
HSV(B)332º38.79%45.49%-
XYZ11.398.9911.26-
YUV86.85130.91148.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=41.58%
G=25.45%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116719200.390.210.5533224.0636.67
Hex74475C027153714c1825
Octal16410713404725675143045
Binary11101001000111101110001001111010111011110100110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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