#714F5E

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

Shades of Cosmic #714F5E

Tints of Cosmic #714F5E

Color information

#714F5E (or 0x714F5E) is unknown color: approx Cosmic. HEX triplet: 71, 4F and 5E. RGB value is (113,79,94). Sum of RGB (Red+Green+Blue) = 113+79+94=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #714F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F5E is #8EB0A1. Grayscale: #5A5A5A. Windows color (decimal): -9351330 or 6180721. OLE color: 6180721.

HSL color Cylindrical-coordinate representation of color #714F5E: hue angle of 333.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F5E is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1137994-
CMYK00.300.170.56
HSL333.53º17.71%37.65%-
HSV(B)333.53º30.09%44.31%-
XYZ11.639.9111.89-
YUV90.88129.76143.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=39.51%
G=27.62%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113799400.300.170.56333.5317.7137.65
Hex714F5E01E113814e1226
Octal16111713603621705162246
Binary1110001100111110111100111101000111100010100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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