#715364

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

Shades of Cosmic #715364

Tints of Cosmic #715364

Color information

#715364 (or 0x715364) is unknown color: approx Cosmic. HEX triplet: 71, 53 and 64. RGB value is (113,83,100). Sum of RGB (Red+Green+Blue) = 113+83+100=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715364 is #8EAC9B. Grayscale: #5D5D5D. Windows color (decimal): -9350300 or 6574961. OLE color: 6574961.

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

Color convert

RGB11383100-
CMYK00.270.120.56
HSL326º15.31%38.43%-
HSV(B)326º26.55%44.31%-
XYZ12.210.6213.46-
YUV93.91131.44141.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=38.18%
G=28.04%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138310000.270.120.5632615.3138.43
Hex71536401BC38146f26
Octal16112314403314705061746
Binary11100011010011110010001101111001110001010001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715364; }

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

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

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

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

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

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

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

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