#704B5C

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

Shades of Cosmic #704B5C

Tints of Cosmic #704B5C

Color information

#704B5C (or 0x704B5C) is unknown color: approx Cosmic. HEX triplet: 70, 4B and 5C. RGB value is (112,75,92). Sum of RGB (Red+Green+Blue) = 112+75+92=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B5C is #8FB4A3. Grayscale: #575757. Windows color (decimal): -9417892 or 6048624. OLE color: 6048624.

HSL color Cylindrical-coordinate representation of color #704B5C: hue angle of 332.43º 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 #704B5C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1127592-
CMYK00.330.180.56
HSL332.43º19.79%36.67%-
HSV(B)332.43º33.04%43.92%-
XYZ11.139.2511.32-
YUV88130.26145.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=40.14%
G=26.88%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112759200.330.180.56332.4319.7936.67
Hex704B5C021123814c1425
Octal16011313404122705142445
Binary11100001001011101110001000011001011100010100110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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