Html Css Color HEX #724C5C Cosmic

📋 copy color: '#724C5C'

red 114 ◦ green 76 ◦ blue 92

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

Shades of Cosmic #724C5C

Tints of Cosmic #724C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 40.43%
G = 26.95%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#724C5C (or 0x724C5C) is known color: Cosmic. HEX triplet: 72, 4C and 5C. RGB value is (114,76,92). Sum of RGB (Red+Green+Blue) = 114+76+92=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #724C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C5C is #8DB3A3. Grayscale: #595959. Windows color (decimal): -9286564 or 6048882. OLE color: 6048882.

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

Color convert

RGB 114 76 92 -
CMYK 0 0.33 0.19 0.55
HSL 334.74º 0.2% 0.37% -
HSV(B) 334.74º 0.33% 0.45% -
XYZ 11.46 9.52 11.36 -
YUV 89.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 114 76 92 0 0.33 0.19 0.55 334.74 0.2 0.37
Hex 72 4C 5C 0 21 13 37 14F 14 25
Octal 162 114 134 0 41 23 67 517 24 45
Binary 1110010 1001100 1011100 0 100001 10011 110111 101001111 10100 100101

Color Harmonies of #724C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C5C

Black with #724C5C

Text Example


Text Example

White with #724C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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