#704665

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

Shades of Cosmic #704665

Tints of Cosmic #704665

Color information

#704665 (or 0x704665) is unknown color: approx Cosmic. HEX triplet: 70, 46 and 65. RGB value is (112,70,101). Sum of RGB (Red+Green+Blue) = 112+70+101=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704665 is #8FB99A. Grayscale: #565656. Windows color (decimal): -9419163 or 6637168. OLE color: 6637168.

HSL color Cylindrical-coordinate representation of color #704665: hue angle of 315.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704665 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11270101-
CMYK00.380.100.56
HSL315.71º23.08%35.69%-
HSV(B)315.71º37.5%43.92%-
XYZ11.228.7613.41-
YUV86.09136.41146.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=39.58%
G=24.73%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127010100.380.100.56315.7123.0835.69
Hex704665026A3813c1724
Octal16010614504612704742744
Binary1110000100011011001010100110101011100010011110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704665; }

 p { color: rgb(112,70,101); }

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

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

 a { background-color: rgb(112,70,101); }

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

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

 span { border-color: rgb(112,70,101); }

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