#704A5E

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

Shades of Cosmic #704A5E

Tints of Cosmic #704A5E

Color information

#704A5E (or 0x704A5E) is unknown color: approx Cosmic. HEX triplet: 70, 4A and 5E. RGB value is (112,74,94). Sum of RGB (Red+Green+Blue) = 112+74+94=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A5E is #8FB5A1. Grayscale: #575757. Windows color (decimal): -9418146 or 6179440. OLE color: 6179440.

HSL color Cylindrical-coordinate representation of color #704A5E: hue angle of 328.42º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A5E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1127494-
CMYK00.340.160.56
HSL328.42º20.43%36.47%-
HSV(B)328.42º33.93%43.92%-
XYZ11.159.1511.77-
YUV87.64131.59145.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=40%
G=26.43%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112749400.340.160.56328.4220.4336.47
Hex704A5E02210381481424
Octal16011213604220705102444
Binary11100001001010101111001000101000011100010100100010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704A5E; }

 p { color: rgb(112,74,94); }

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

<style>
 a { background-color: #704A5E; }

 a { background-color: rgb(112,74,94); }

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

<style>
 span { border-color: #704A5E; }

 span { border-color: rgb(112,74,94); }

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