#705966

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

Shades of Cosmic #705966

Tints of Cosmic #705966

Color information

#705966 (or 0x705966) is unknown color: approx Cosmic. HEX triplet: 70, 59 and 66. RGB value is (112,89,102). Sum of RGB (Red+Green+Blue) = 112+89+102=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #705966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705966 is #8FA699. Grayscale: #616161. Windows color (decimal): -9414298 or 6707568. OLE color: 6707568.

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

Color convert

RGB11289102-
CMYK00.210.090.56
HSL326.09º11.44%39.41%-
HSV(B)326.09º20.54%43.92%-
XYZ12.6511.5514.13-
YUV97.36130.62138.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=36.96%
G=29.37%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128910200.210.090.56326.0911.4439.41
Hex705966015938146b27
Octal16013114602511705061347
Binary11100001011001110011001010110011110001010001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705966; }

 p { color: rgb(112,89,102); }

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

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

 a { background-color: rgb(112,89,102); }

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

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

 span { border-color: rgb(112,89,102); }

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