#704B5D

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

Shades of Cosmic #704B5D

Tints of Cosmic #704B5D

Color information

#704B5D (or 0x704B5D) is unknown color: approx Cosmic. HEX triplet: 70, 4B and 5D. RGB value is (112,75,93). Sum of RGB (Red+Green+Blue) = 112+75+93=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B5D is #8FB4A2. Grayscale: #585858. Windows color (decimal): -9417891 or 6114160. OLE color: 6114160.

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

Color convert

RGB1127593-
CMYK00.330.170.56
HSL330.81º19.79%36.67%-
HSV(B)330.81º33.04%43.92%-
XYZ11.179.2711.56-
YUV88.12130.76145.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=40%
G=26.79%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112759300.330.170.56330.8119.7936.67
Hex704B5D021113814b1425
Octal16011313504121705132445
Binary11100001001011101110101000011000111100010100101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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