#715463

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

Shades of Cosmic #715463

Tints of Cosmic #715463

Color information

#715463 (or 0x715463) is unknown color: approx Cosmic. HEX triplet: 71, 54 and 63. RGB value is (113,84,99). Sum of RGB (Red+Green+Blue) = 113+84+99=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715463 is #8EAB9C. Grayscale: #5E5E5E. Windows color (decimal): -9350045 or 6509681. OLE color: 6509681.

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

Color convert

RGB1138499-
CMYK00.260.120.56
HSL328.97º14.72%38.63%-
HSV(B)328.97º25.66%44.31%-
XYZ12.2310.7513.24-
YUV94.38130.61141.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=38.18%
G=28.38%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113849900.260.120.56328.9714.7238.63
Hex71546301AC38149f27
Octal16112414303214705111747
Binary11100011010100110001101101011001110001010010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715463; }

 p { color: rgb(113,84,99); }

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

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

 a { background-color: rgb(113,84,99); }

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

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

 span { border-color: rgb(113,84,99); }

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