#714F5C

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

Shades of Cosmic #714F5C

Tints of Cosmic #714F5C

Color information

#714F5C (or 0x714F5C) is unknown color: approx Cosmic. HEX triplet: 71, 4F and 5C. RGB value is (113,79,92). Sum of RGB (Red+Green+Blue) = 113+79+92=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #714F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F5C is #8EB0A3. Grayscale: #5A5A5A. Windows color (decimal): -9351332 or 6049649. OLE color: 6049649.

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

Color convert

RGB1137992-
CMYK00.300.190.56
HSL337.06º17.71%37.65%-
HSV(B)337.06º30.09%44.31%-
XYZ11.549.8811.42-
YUV90.65128.76143.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=39.79%
G=27.82%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113799200.300.190.56337.0617.7137.65
Hex714F5C01E13381511226
Octal16111713403623705212246
Binary1110001100111110111000111101001111100010101000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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