#714E5D

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

Shades of Cosmic #714E5D

Tints of Cosmic #714E5D

Color information

#714E5D (or 0x714E5D) is unknown color: approx Cosmic. HEX triplet: 71, 4E and 5D. RGB value is (113,78,93). Sum of RGB (Red+Green+Blue) = 113+78+93=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #714E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E5D is #8EB1A2. Grayscale: #5A5A5A. Windows color (decimal): -9351587 or 6114929. OLE color: 6114929.

HSL color Cylindrical-coordinate representation of color #714E5D: hue angle of 334.29º 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 #714E5D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1137893-
CMYK00.310.180.56
HSL334.29º18.32%37.45%-
HSV(B)334.29º30.97%44.31%-
XYZ11.519.7511.63-
YUV90.18129.6144.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=39.79%
G=27.46%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113789300.310.180.56334.2918.3237.45
Hex714E5D01F123814e1225
Octal16111613503722705162245
Binary1110001100111010111010111111001011100010100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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