#715664

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

Shades of Cosmic #715664

Tints of Cosmic #715664

Color information

#715664 (or 0x715664) is unknown color: approx Cosmic. HEX triplet: 71, 56 and 64. RGB value is (113,86,100). Sum of RGB (Red+Green+Blue) = 113+86+100=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715664 is #8EA99B. Grayscale: #5F5F5F. Windows color (decimal): -9349532 or 6575729. OLE color: 6575729.

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

Color convert

RGB11386100-
CMYK00.240.120.56
HSL328.89º13.57%39.02%-
HSV(B)328.89º23.89%44.31%-
XYZ12.4411.0913.54-
YUV95.67130.45140.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=37.79%
G=28.76%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138610000.240.120.56328.8913.5739.02
Hex715664018C38149e27
Octal16112614403014705111647
Binary11100011010110110010001100011001110001010010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715664; }

 p { color: rgb(113,86,100); }

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

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

 a { background-color: rgb(113,86,100); }

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

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

 span { border-color: rgb(113,86,100); }

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