#704C5D

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

Shades of Cosmic #704C5D

Tints of Cosmic #704C5D

Color information

#704C5D (or 0x704C5D) is unknown color: approx Cosmic. HEX triplet: 70, 4C and 5D. RGB value is (112,76,93). Sum of RGB (Red+Green+Blue) = 112+76+93=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C5D is #8FB3A2. Grayscale: #585858. Windows color (decimal): -9417635 or 6114416. OLE color: 6114416.

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

Color convert

RGB1127693-
CMYK00.320.170.56
HSL331.67º19.15%36.86%-
HSV(B)331.67º32.14%43.92%-
XYZ11.249.411.58-
YUV88.7130.43144.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=39.86%
G=27.05%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112769300.320.170.56331.6719.1536.86
Hex704C5D020113814c1325
Octal16011413504021705142345
Binary11100001001100101110101000001000111100010100110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,76,93); }

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

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

 a { background-color: rgb(112,76,93); }

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

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

 span { border-color: rgb(112,76,93); }

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