#714A62

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

Shades of Cosmic #714A62

Tints of Cosmic #714A62

Color information

#714A62 (or 0x714A62) is unknown color: approx Cosmic. HEX triplet: 71, 4A and 62. RGB value is (113,74,98). Sum of RGB (Red+Green+Blue) = 113+74+98=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #714A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A62 is #8EB59D. Grayscale: #585858. Windows color (decimal): -9352606 or 6441585. OLE color: 6441585.

HSL color Cylindrical-coordinate representation of color #714A62: hue angle of 323.08º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714A62 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1137498-
CMYK00.350.130.56
HSL323.08º20.86%36.67%-
HSV(B)323.08º34.51%44.31%-
XYZ11.469.2912.74-
YUV88.4133.42145.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=39.65%
G=25.96%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113749800.350.130.56323.0820.8636.67
Hex714A62023D381431525
Octal16111214204315705032545
Binary1110001100101011000100100011110111100010100001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714A62; }

 p { color: rgb(113,74,98); }

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

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

 a { background-color: rgb(113,74,98); }

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

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

 span { border-color: rgb(113,74,98); }

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