#713F60

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

Shades of Cosmic #713F60

Tints of Cosmic #713F60

Color information

#713F60 (or 0x713F60) is unknown color: approx Cosmic. HEX triplet: 71, 3F and 60. RGB value is (113,63,96). Sum of RGB (Red+Green+Blue) = 113+63+96=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #713F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F60 is #8EC09F. Grayscale: #515151. Windows color (decimal): -9355424 or 6307697. OLE color: 6307697.

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

Color convert

RGB1136396-
CMYK00.440.150.56
HSL320.4º28.41%34.51%-
HSV(B)320.4º44.25%44.31%-
XYZ10.77.9112.03-
YUV81.71136.06150.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=41.54%
G=23.16%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113639600.440.150.56320.428.4134.51
Hex713F6002CF381401c23
Octal1617714005417705003443
Binary111000111111111000000101100111111100010100000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713F60; }

 p { color: rgb(113,63,96); }

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

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

 a { background-color: rgb(113,63,96); }

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

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

 span { border-color: rgb(113,63,96); }

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