#714760

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

Shades of Cosmic #714760

Tints of Cosmic #714760

Color information

#714760 (or 0x714760) is unknown color: approx Cosmic. HEX triplet: 71, 47 and 60. RGB value is (113,71,96). Sum of RGB (Red+Green+Blue) = 113+71+96=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714760 is #8EB89F. Grayscale: #565656. Windows color (decimal): -9353376 or 6309745. OLE color: 6309745.

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

Color convert

RGB1137196-
CMYK00.370.150.56
HSL324.29º22.83%36.08%-
HSV(B)324.29º37.17%44.31%-
XYZ11.178.8612.19-
YUV86.41133.41146.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=40.36%
G=25.36%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113719600.370.150.56324.2922.8336.08
Hex714760025F381441724
Octal16110714004517705042744
Binary1110001100011111000000100101111111100010100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714760; }

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

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

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

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

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

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

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

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