Html Css Color HEX #714A5D Cosmic

📋 copy color: '#714A5D'

red 113 ◦ green 74 ◦ blue 93

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

Shades of Cosmic #714A5D

Tints of Cosmic #714A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 40.36%
G = 26.43%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#714A5D (or 0x714A5D) is known color: Cosmic. HEX triplet: 71, 4A and 5D. RGB value is (113,74,93). Sum of RGB (Red+Green+Blue) = 113+74+93=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A5D is #8EB5A2. Grayscale: #575757. Windows color (decimal): -9352611 or 6113905. OLE color: 6113905.

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

Color convert

RGB 113 74 93 -
CMYK 0 0.35 0.18 0.56
HSL 330.77º 0.21% 0.37% -
HSV(B) 330.77º 0.35% 0.44% -
XYZ 11.23 9.2 11.54 -
YUV 87.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 113 74 93 0 0.35 0.18 0.56 330.77 0.21 0.37
Hex 71 4A 5D 0 23 12 38 14B 15 25
Octal 161 112 135 0 43 22 70 513 25 45
Binary 1110001 1001010 1011101 0 100011 10010 111000 101001011 10101 100101

Color Harmonies of #714A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A5D

Black with #714A5D

Text Example


Text Example

White with #714A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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