#704B65

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

Shades of Cosmic #704B65

Tints of Cosmic #704B65

Color information

#704B65 (or 0x704B65) is unknown color: approx Cosmic. HEX triplet: 70, 4B and 65. RGB value is (112,75,101). Sum of RGB (Red+Green+Blue) = 112+75+101=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B65 is #8FB49A. Grayscale: #585858. Windows color (decimal): -9417883 or 6638448. OLE color: 6638448.

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

Color convert

RGB11275101-
CMYK00.330.100.56
HSL317.84º19.79%36.67%-
HSV(B)317.84º33.04%43.92%-
XYZ11.559.4213.52-
YUV89.03134.76144.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=38.89%
G=26.04%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127510100.330.100.56317.8419.7936.67
Hex704B65021A3813e1425
Octal16011314504112704762445
Binary1110000100101111001010100001101011100010011111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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