#74515E

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

Shades of Cosmic #74515E

Tints of Cosmic #74515E

Color information

#74515E (or 0x74515E) is unknown color: approx Cosmic. HEX triplet: 74, 51 and 5E. RGB value is (116,81,94). Sum of RGB (Red+Green+Blue) = 116+81+94=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74515E is #8BAEA1. Grayscale: #5C5C5C. Windows color (decimal): -9154210 or 6181236. OLE color: 6181236.

HSL color Cylindrical-coordinate representation of color #74515E: hue angle of 337.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74515E is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1168194-
CMYK00.300.190.55
HSL337.71º17.77%38.63%-
HSV(B)337.71º30.17%45.49%-
XYZ12.1710.4111.96-
YUV92.95128.6144.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=39.86%
G=27.84%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116819400.300.190.55337.7117.7738.63
Hex74515E01E13371521227
Octal16412113603623675222247
Binary1110100101000110111100111101001111011110101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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