#74535E

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

Shades of Cosmic #74535E

Tints of Cosmic #74535E

Color information

#74535E (or 0x74535E) is unknown color: approx Cosmic. HEX triplet: 74, 53 and 5E. RGB value is (116,83,94). Sum of RGB (Red+Green+Blue) = 116+83+94=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74535E is #8BACA1. Grayscale: #5E5E5E. Windows color (decimal): -9153698 or 6181748. OLE color: 6181748.

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

Color convert

RGB1168394-
CMYK00.280.190.55
HSL340º16.58%39.02%-
HSV(B)340º28.45%45.49%-
XYZ12.3210.7112.01-
YUV94.12127.93143.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=39.59%
G=28.33%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116839400.280.190.5534016.5839.02
Hex74535E01C13371541127
Octal16412313603423675242147
Binary1110100101001110111100111001001111011110101010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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