Html Css Color HEX #714D5D Cosmic

📋 copy color: '#714D5D'

red 113 ◦ green 77 ◦ blue 93

#714D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #714D5D

Tints of Cosmic #714D5D

RGB

 RED value IS 113 (44.53% from 255) = 39.93%

 GREEN value IS 77 (30.47% from 255) = 27.21%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 39.93%
G = 27.21%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#714D5D (or 0x714D5D) is known color: Cosmic. HEX triplet: 71, 4D and 5D. RGB value is (113,77,93). Sum of RGB (Red+Green+Blue) = 113+77+93=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #714D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D5D is #8EB2A2. Grayscale: #595959. Windows color (decimal): -9351843 or 6114673. OLE color: 6114673.

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

Color convert

RGB 113 77 93 -
CMYK 0 0.32 0.18 0.56
HSL 333.33º 0.19% 0.37% -
HSV(B) 333.33º 0.32% 0.44% -
XYZ 11.44 9.61 11.61 -
YUV 89.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 113 77 93 0 0.32 0.18 0.56 333.33 0.19 0.37
Hex 71 4D 5D 0 20 12 38 14D 13 25
Octal 161 115 135 0 40 22 70 515 23 45
Binary 1110001 1001101 1011101 0 100000 10010 111000 101001101 10011 100101

Color Harmonies of #714D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D5D

Black with #714D5D

Text Example


Text Example

White with #714D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #714D5D;
 }
 .AnyTagClassName
 {
   color: #714D5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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