Html Css Color HEX #724A5C Cosmic

📋 copy color: '#724A5C'

red 114 ◦ green 74 ◦ blue 92

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

Shades of Cosmic #724A5C

Tints of Cosmic #724A5C

RGB

 RED value IS 114 (44.92% from 255) = 40.71%

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

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

R = 40.71%
G = 26.43%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#724A5C (or 0x724A5C) is known color: Cosmic. HEX triplet: 72, 4A and 5C. RGB value is (114,74,92). Sum of RGB (Red+Green+Blue) = 114+74+92=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A5C is #8DB5A3. Grayscale: #575757. Windows color (decimal): -9287076 or 6048370. OLE color: 6048370.

HSL color Cylindrical-coordinate representation of color #724A5C: hue angle of 333º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #724A5C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 74 92 -
CMYK 0 0.35 0.19 0.55
HSL 333º 0.21% 0.37% -
HSV(B) 333º 0.35% 0.45% -
XYZ 11.32 9.25 11.31 -
YUV 88.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 114 74 92 0 0.35 0.19 0.55 333 0.21 0.37
Hex 72 4A 5C 0 23 13 37 14D 15 25
Octal 162 112 134 0 43 23 67 515 25 45
Binary 1110010 1001010 1011100 0 100011 10011 110111 101001101 10101 100101

Color Harmonies of #724A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A5C

Black with #724A5C

Text Example


Text Example

White with #724A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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