#715365

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

Shades of Cosmic #715365

Tints of Cosmic #715365

Color information

#715365 (or 0x715365) is unknown color: approx Cosmic. HEX triplet: 71, 53 and 65. RGB value is (113,83,101). Sum of RGB (Red+Green+Blue) = 113+83+101=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715365 is #8EAC9A. Grayscale: #5D5D5D. Windows color (decimal): -9350299 or 6640497. OLE color: 6640497.

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

Color convert

RGB11383101-
CMYK00.270.110.56
HSL324º15.31%38.43%-
HSV(B)324º26.55%44.31%-
XYZ12.2510.6413.72-
YUV94.02131.94141.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=38.05%
G=27.95%
B=34.01%

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
Decimal1138310100.270.110.5632415.3138.43
Hex71536501BB38144f26
Octal16112314503313705041746
Binary11100011010011110010101101110111110001010001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715365; }

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

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

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

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

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

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

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

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