#74435B

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

Shades of Cosmic #74435B

Tints of Cosmic #74435B

Color information

#74435B (or 0x74435B) is unknown color: approx Cosmic. HEX triplet: 74, 43 and 5B. RGB value is (116,67,91). Sum of RGB (Red+Green+Blue) = 116+67+91=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74435B is #8BBCA4. Grayscale: #545454. Windows color (decimal): -9157797 or 5981044. OLE color: 5981044.

HSL color Cylindrical-coordinate representation of color #74435B: hue angle of 330.61º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74435B is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1166791-
CMYK00.420.220.55
HSL330.61º26.78%35.88%-
HSV(B)330.61º42.24%45.49%-
XYZ11.18.4810.95-
YUV84.39131.73150.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=42.34%
G=24.45%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116679100.420.220.55330.6126.7835.88
Hex74435B02A163714b1b24
Octal16410313305226675133344
Binary11101001000011101101101010101011011011110100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74435B; }

 p { color: rgb(116,67,91); }

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

<style>
 a { background-color: #74435B; }

 a { background-color: rgb(116,67,91); }

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

<style>
 span { border-color: #74435B; }

 span { border-color: rgb(116,67,91); }

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