#715866

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

Shades of Cosmic #715866

Tints of Cosmic #715866

Color information

#715866 (or 0x715866) is unknown color: approx Cosmic. HEX triplet: 71, 58 and 66. RGB value is (113,88,102). Sum of RGB (Red+Green+Blue) = 113+88+102=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #715866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715866 is #8EA799. Grayscale: #616161. Windows color (decimal): -9349018 or 6707313. OLE color: 6707313.

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

Color convert

RGB11388102-
CMYK00.220.100.56
HSL326.4º12.44%39.41%-
HSV(B)326.4º22.12%44.31%-
XYZ12.711.4514.11-
YUV97.07130.78139.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=37.29%
G=29.04%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138810200.220.100.56326.412.4439.41
Hex715866016A38146c27
Octal16113014602612705061447
Binary11100011011000110011001011010101110001010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715866; }

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

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

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

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

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

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

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

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