#714E5E

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

Shades of Cosmic #714E5E

Tints of Cosmic #714E5E

Color information

#714E5E (or 0x714E5E) is unknown color: approx Cosmic. HEX triplet: 71, 4E and 5E. RGB value is (113,78,94). Sum of RGB (Red+Green+Blue) = 113+78+94=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #714E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E5E is #8EB1A1. Grayscale: #5A5A5A. Windows color (decimal): -9351586 or 6180465. OLE color: 6180465.

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

Color convert

RGB1137894-
CMYK00.310.170.56
HSL332.57º18.32%37.45%-
HSV(B)332.57º30.97%44.31%-
XYZ11.559.7711.87-
YUV90.29130.1144.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=39.65%
G=27.37%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113789400.310.170.56332.5718.3237.45
Hex714E5E01F113814d1225
Octal16111613603721705152245
Binary1110001100111010111100111111000111100010100110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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