#715865

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

Shades of Cosmic #715865

Tints of Cosmic #715865

Color information

#715865 (or 0x715865) is unknown color: approx Cosmic. HEX triplet: 71, 58 and 65. RGB value is (113,88,101). Sum of RGB (Red+Green+Blue) = 113+88+101=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715865 is #8EA79A. Grayscale: #606060. Windows color (decimal): -9349019 or 6641777. OLE color: 6641777.

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

Color convert

RGB11388101-
CMYK00.220.110.56
HSL328.8º12.44%39.41%-
HSV(B)328.8º22.12%44.31%-
XYZ12.6511.4313.85-
YUV96.96130.28139.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=37.42%
G=29.14%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138810100.220.110.56328.812.4439.41
Hex715865016B38149c27
Octal16113014502613705111447
Binary11100011011000110010101011010111110001010010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715865; }

 p { color: rgb(113,88,101); }

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

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

 a { background-color: rgb(113,88,101); }

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

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

 span { border-color: rgb(113,88,101); }

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