#74455C

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

Shades of Cosmic #74455C

Tints of Cosmic #74455C

Color information

#74455C (or 0x74455C) is unknown color: approx Cosmic. HEX triplet: 74, 45 and 5C. RGB value is (116,69,92). Sum of RGB (Red+Green+Blue) = 116+69+92=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74455C is #8BBAA3. Grayscale: #555555. Windows color (decimal): -9157284 or 6047092. OLE color: 6047092.

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

Color convert

RGB1166992-
CMYK00.410.210.55
HSL330.64º25.41%36.27%-
HSV(B)330.64º40.52%45.49%-
XYZ11.268.7411.22-
YUV85.68131.57149.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=41.88%
G=24.91%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116699200.410.210.55330.6425.4136.27
Hex74455C029153714b1924
Octal16410513405125675133144
Binary11101001000101101110001010011010111011110100101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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