#74455E

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

Shades of Cosmic #74455E

Tints of Cosmic #74455E

Color information

#74455E (or 0x74455E) is unknown color: approx Cosmic. HEX triplet: 74, 45 and 5E. RGB value is (116,69,94). Sum of RGB (Red+Green+Blue) = 116+69+94=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74455E is #8BBAA1. Grayscale: #555555. Windows color (decimal): -9157282 or 6178164. OLE color: 6178164.

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

Color convert

RGB1166994-
CMYK00.410.190.55
HSL328.09º25.41%36.27%-
HSV(B)328.09º40.52%45.49%-
XYZ11.358.7811.69-
YUV85.9132.57149.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=41.58%
G=24.73%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116699400.410.190.55328.0925.4136.27
Hex74455E02913371481924
Octal16410513605123675103144
Binary11101001000101101111001010011001111011110100100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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