#714E62

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

Shades of Cosmic #714E62

Tints of Cosmic #714E62

Color information

#714E62 (or 0x714E62) is unknown color: approx Cosmic. HEX triplet: 71, 4E and 62. RGB value is (113,78,98). Sum of RGB (Red+Green+Blue) = 113+78+98=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #714E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E62 is #8EB19D. Grayscale: #5A5A5A. Windows color (decimal): -9351582 or 6442609. OLE color: 6442609.

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

Color convert

RGB1137898-
CMYK00.310.130.56
HSL325.71º18.32%37.45%-
HSV(B)325.71º30.97%44.31%-
XYZ11.749.8412.84-
YUV90.74132.1143.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=39.10%
G=26.99%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113789800.310.130.56325.7118.3237.45
Hex714E6201FD381461225
Octal16111614203715705062245
Binary111000110011101100010011111110111100010100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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