#715265

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

Shades of Cosmic #715265

Tints of Cosmic #715265

Color information

#715265 (or 0x715265) is unknown color: approx Cosmic. HEX triplet: 71, 52 and 65. RGB value is (113,82,101). Sum of RGB (Red+Green+Blue) = 113+82+101=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715265 is #8EAD9A. Grayscale: #5D5D5D. Windows color (decimal): -9350555 or 6640241. OLE color: 6640241.

HSL color Cylindrical-coordinate representation of color #715265: hue angle of 323.23º degrees, saturation: 0.16, 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 #715265 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11382101-
CMYK00.270.110.56
HSL323.23º15.9%38.24%-
HSV(B)323.23º27.43%44.31%-
XYZ12.1810.4813.69-
YUV93.43132.27141.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=38.18%
G=27.70%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138210100.270.110.56323.2315.938.24
Hex71526501BB381431026
Octal16112214503313705032046
Binary111000110100101100101011011101111100010100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715265; }

 p { color: rgb(113,82,101); }

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

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

 a { background-color: rgb(113,82,101); }

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

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

 span { border-color: rgb(113,82,101); }

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