#704D5A

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

Shades of Cosmic #704D5A

Tints of Cosmic #704D5A

Color information

#704D5A (or 0x704D5A) is unknown color: approx Cosmic. HEX triplet: 70, 4D and 5A. RGB value is (112,77,90). Sum of RGB (Red+Green+Blue) = 112+77+90=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5A is #8FB2A5. Grayscale: #585858. Windows color (decimal): -9417382 or 5918064. OLE color: 5918064.

HSL color Cylindrical-coordinate representation of color #704D5A: hue angle of 337.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D5A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1127790-
CMYK00.310.200.56
HSL337.71º18.52%37.06%-
HSV(B)337.71º31.25%43.92%-
XYZ11.189.4910.92-
YUV88.95128.6144.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=40.14%
G=27.60%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112779000.310.200.56337.7118.5237.06
Hex704D5A01F14381521325
Octal16011513203724705222345
Binary1110000100110110110100111111010011100010101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,77,90); }

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

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

 a { background-color: rgb(112,77,90); }

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

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

 span { border-color: rgb(112,77,90); }

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