#705665

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

Shades of Cosmic #705665

Tints of Cosmic #705665

Color information

#705665 (or 0x705665) is unknown color: approx Cosmic. HEX triplet: 70, 56 and 65. RGB value is (112,86,101). Sum of RGB (Red+Green+Blue) = 112+86+101=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705665 is #8FA99A. Grayscale: #5F5F5F. Windows color (decimal): -9415067 or 6641264. OLE color: 6641264.

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

Color convert

RGB11286101-
CMYK00.230.100.56
HSL325.38º13.13%38.82%-
HSV(B)325.38º23.21%43.92%-
XYZ12.3611.0413.79-
YUV95.48131.11139.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=37.46%
G=28.76%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128610100.230.100.56325.3813.1338.82
Hex705665017A38145d27
Octal16012614502712705051547
Binary11100001010110110010101011110101110001010001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705665; }

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

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

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

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

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

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

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

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