#715965

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

Shades of Cosmic #715965

Tints of Cosmic #715965

Color information

#715965 (or 0x715965) is unknown color: approx Cosmic. HEX triplet: 71, 59 and 65. RGB value is (113,89,101). Sum of RGB (Red+Green+Blue) = 113+89+101=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #715965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715965 is #8EA69A. Grayscale: #616161. Windows color (decimal): -9348763 or 6642033. OLE color: 6642033.

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

Color convert

RGB11389101-
CMYK00.210.110.56
HSL330º11.88%39.61%-
HSV(B)330º21.24%44.31%-
XYZ12.7311.613.88-
YUV97.54129.95139.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=37.29%
G=29.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138910100.210.110.5633011.8839.61
Hex715965015B3814ac28
Octal16113114502513705121450
Binary11100011011001110010101010110111110001010010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715965; }

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

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

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

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

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

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

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

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