#715464

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

Shades of Cosmic #715464

Tints of Cosmic #715464

Color information

#715464 (or 0x715464) is unknown color: approx Cosmic. HEX triplet: 71, 54 and 64. RGB value is (113,84,100). Sum of RGB (Red+Green+Blue) = 113+84+100=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715464 is #8EAB9B. Grayscale: #5E5E5E. Windows color (decimal): -9350044 or 6575217. OLE color: 6575217.

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

Color convert

RGB11384100-
CMYK00.260.120.56
HSL326.9º14.72%38.63%-
HSV(B)326.9º25.66%44.31%-
XYZ12.2810.7713.49-
YUV94.5131.11141.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=38.05%
G=28.28%
B=33.67%

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
Decimal1138410000.260.120.56326.914.7238.63
Hex71546401AC38147f27
Octal16112414403214705071747
Binary11100011010100110010001101011001110001010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715464; }

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

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

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

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

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

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

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

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