#704B62

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

Shades of Cosmic #704B62

Tints of Cosmic #704B62

Color information

#704B62 (or 0x704B62) is unknown color: approx Cosmic. HEX triplet: 70, 4B and 62. RGB value is (112,75,98). Sum of RGB (Red+Green+Blue) = 112+75+98=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B62 is #8FB49D. Grayscale: #585858. Windows color (decimal): -9417886 or 6441840. OLE color: 6441840.

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

Color convert

RGB1127598-
CMYK00.330.130.56
HSL322.7º19.79%36.67%-
HSV(B)322.7º33.04%43.92%-
XYZ11.49.3612.76-
YUV88.68133.26144.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=39.30%
G=26.32%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112759800.330.130.56322.719.7936.67
Hex704B62021D381431425
Octal16011314204115705032445
Binary1110000100101111000100100001110111100010100001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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