Html Css Color HEX #724D5C Cosmic

📋 copy color: '#724D5C'

red 114 ◦ green 77 ◦ blue 92

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

Shades of Cosmic #724D5C

Tints of Cosmic #724D5C

RGB

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

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

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

R = 40.28%
G = 27.21%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#724D5C (or 0x724D5C) is known color: Cosmic. HEX triplet: 72, 4D and 5C. RGB value is (114,77,92). Sum of RGB (Red+Green+Blue) = 114+77+92=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D5C is #8DB2A3. Grayscale: #595959. Windows color (decimal): -9286308 or 6049138. OLE color: 6049138.

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

Color convert

RGB 114 77 92 -
CMYK 0 0.32 0.19 0.55
HSL 335.68º 0.19% 0.37% -
HSV(B) 335.68º 0.32% 0.45% -
XYZ 11.53 9.66 11.38 -
YUV 89.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 114 77 92 0 0.32 0.19 0.55 335.68 0.19 0.37
Hex 72 4D 5C 0 20 13 37 150 13 25
Octal 162 115 134 0 40 23 67 520 23 45
Binary 1110010 1001101 1011100 0 100000 10011 110111 101010000 10011 100101

Color Harmonies of #724D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D5C

Black with #724D5C

Text Example


Text Example

White with #724D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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