#74465C

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

Shades of Cosmic #74465C

Tints of Cosmic #74465C

Color information

#74465C (or 0x74465C) is unknown color: approx Cosmic. HEX triplet: 74, 46 and 5C. RGB value is (116,70,92). Sum of RGB (Red+Green+Blue) = 116+70+92=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465C is #8BB9A3. Grayscale: #565656. Windows color (decimal): -9157028 or 6047348. OLE color: 6047348.

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

Color convert

RGB1167092-
CMYK00.400.210.55
HSL331.3º24.73%36.47%-
HSV(B)331.3º39.66%45.49%-
XYZ11.328.8711.24-
YUV86.26131.24149.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=41.73%
G=25.18%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116709200.400.210.55331.324.7336.47
Hex74465C028153714b1924
Octal16410613405025675133144
Binary11101001000110101110001010001010111011110100101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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