#715567

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

Shades of Cosmic #715567

Tints of Cosmic #715567

Color information

#715567 (or 0x715567) is unknown color: approx Cosmic. HEX triplet: 71, 55 and 67. RGB value is (113,85,103). Sum of RGB (Red+Green+Blue) = 113+85+103=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #715567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715567 is #8EAA98. Grayscale: #5F5F5F. Windows color (decimal): -9349785 or 6772081. OLE color: 6772081.

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

Color convert

RGB11385103-
CMYK00.250.090.56
HSL321.43º14.14%38.82%-
HSV(B)321.43º24.78%44.31%-
XYZ12.5110.9914.29-
YUV95.42132.28140.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=37.54%
G=28.24%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138510300.250.090.56321.4314.1438.82
Hex715567019938141e27
Octal16112514703111705011647
Binary11100011010101110011101100110011110001010000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715567; }

 p { color: rgb(113,85,103); }

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

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

 a { background-color: rgb(113,85,103); }

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

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

 span { border-color: rgb(113,85,103); }

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