#705862

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

Shades of Cosmic #705862

Tints of Cosmic #705862

Color information

#705862 (or 0x705862) is unknown color: approx Cosmic. HEX triplet: 70, 58 and 62. RGB value is (112,88,98). Sum of RGB (Red+Green+Blue) = 112+88+98=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705862 is #8FA79D. Grayscale: #606060. Windows color (decimal): -9414558 or 6445168. OLE color: 6445168.

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

Color convert

RGB1128898-
CMYK00.210.130.56
HSL335º12%39.22%-
HSV(B)335º21.43%43.92%-
XYZ12.3811.3113.09-
YUV96.32128.95139.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=37.58%
G=29.53%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112889800.210.130.563351239.22
Hex705862015D3814fc27
Octal16013014202515705171447
Binary11100001011000110001001010111011110001010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705862; }

 p { color: rgb(112,88,98); }

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

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

 a { background-color: rgb(112,88,98); }

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

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

 span { border-color: rgb(112,88,98); }

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