#74525E

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

Shades of Cosmic #74525E

Tints of Cosmic #74525E

Color information

#74525E (or 0x74525E) is unknown color: approx Cosmic. HEX triplet: 74, 52 and 5E. RGB value is (116,82,94). Sum of RGB (Red+Green+Blue) = 116+82+94=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #74525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74525E is #8BADA1. Grayscale: #5D5D5D. Windows color (decimal): -9153954 or 6181492. OLE color: 6181492.

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

Color convert

RGB1168294-
CMYK00.290.190.55
HSL338.82º17.17%38.82%-
HSV(B)338.82º29.31%45.49%-
XYZ12.2410.5611.98-
YUV93.53128.26144.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=39.73%
G=28.08%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116829400.290.190.55338.8217.1738.82
Hex74525E01D13371531127
Octal16412213603523675232147
Binary1110100101001010111100111011001111011110101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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