Html Css Color HEX #714D5A Cosmic

📋 copy color: '#714D5A'

red 113 ◦ green 77 ◦ blue 90

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

Shades of Cosmic #714D5A

Tints of Cosmic #714D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 40.36%
G = 27.5%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#714D5A (or 0x714D5A) is known color: Cosmic. HEX triplet: 71, 4D and 5A. RGB value is (113,77,90). Sum of RGB (Red+Green+Blue) = 113+77+90=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D5A is #8EB2A5. Grayscale: #595959. Windows color (decimal): -9351846 or 5918065. OLE color: 5918065.

HSL color Cylindrical-coordinate representation of color #714D5A: hue angle of 338.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 #714D5A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 77 90 -
CMYK 0 0.32 0.20 0.56
HSL 338.33º 0.19% 0.37% -
HSV(B) 338.33º 0.32% 0.44% -
XYZ 11.31 9.56 10.92 -
YUV 89.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 113 77 90 0 0.32 0.20 0.56 338.33 0.19 0.37
Hex 71 4D 5A 0 20 14 38 152 13 25
Octal 161 115 132 0 40 24 70 522 23 45
Binary 1110001 1001101 1011010 0 100000 10100 111000 101010010 10011 100101

Color Harmonies of #714D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D5A

Black with #714D5A

Text Example


Text Example

White with #714D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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