#705964

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

Shades of Cosmic #705964

Tints of Cosmic #705964

Color information

#705964 (or 0x705964) is unknown color: approx Cosmic. HEX triplet: 70, 59 and 64. RGB value is (112,89,100). Sum of RGB (Red+Green+Blue) = 112+89+100=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705964 is #8FA69B. Grayscale: #616161. Windows color (decimal): -9414300 or 6576496. OLE color: 6576496.

HSL color Cylindrical-coordinate representation of color #705964: hue angle of 331.3º 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 #705964 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11289100-
CMYK00.210.110.56
HSL331.3º11.44%39.41%-
HSV(B)331.3º20.54%43.92%-
XYZ12.5511.5113.62-
YUV97.13129.62138.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=37.21%
G=29.57%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128910000.210.110.56331.311.4439.41
Hex705964015B3814bb27
Octal16013114402513705131347
Binary11100001011001110010001010110111110001010010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705964; }

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

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

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

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

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

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

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

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