Html Css Color HEX #714A5C Cosmic

📋 copy color: '#714A5C'

red 113 ◦ green 74 ◦ blue 92

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

Shades of Cosmic #714A5C

Tints of Cosmic #714A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 40.5%
G = 26.52%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#714A5C (or 0x714A5C) is known color: Cosmic. HEX triplet: 71, 4A and 5C. RGB value is (113,74,92). Sum of RGB (Red+Green+Blue) = 113+74+92=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A5C is #8EB5A3. Grayscale: #575757. Windows color (decimal): -9352612 or 6048369. OLE color: 6048369.

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

Color convert

RGB 113 74 92 -
CMYK 0 0.35 0.19 0.56
HSL 332.31º 0.21% 0.37% -
HSV(B) 332.31º 0.35% 0.44% -
XYZ 11.19 9.18 11.31 -
YUV 87.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 113 74 92 0 0.35 0.19 0.56 332.31 0.21 0.37
Hex 71 4A 5C 0 23 13 38 14C 15 25
Octal 161 112 134 0 43 23 70 514 25 45
Binary 1110001 1001010 1011100 0 100011 10011 111000 101001100 10101 100101

Color Harmonies of #714A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A5C

Black with #714A5C

Text Example


Text Example

White with #714A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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