Html Css Color HEX #724764 Cosmic

📋 copy color: '#724764'

red 114 ◦ green 71 ◦ blue 100

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

Shades of Cosmic #724764

Tints of Cosmic #724764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 40%
G = 24.91%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#724764 (or 0x724764) is known color: Cosmic. HEX triplet: 72, 47 and 64. RGB value is (114,71,100). Sum of RGB (Red+Green+Blue) = 114+71+100=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #724764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724764 is #8DB89B. Grayscale: #575757. Windows color (decimal): -9287836 or 6571890. OLE color: 6571890.

HSL color Cylindrical-coordinate representation of color #724764: hue angle of 319.53º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #724764 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 71 100 -
CMYK 0 0.38 0.12 0.55
HSL 319.53º 0.23% 0.36% -
HSV(B) 319.53º 0.38% 0.45% -
XYZ 11.49 9 13.19 -
YUV 87.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 114 71 100 0 0.38 0.12 0.55 319.53 0.23 0.36
Hex 72 47 64 0 26 C 37 140 17 24
Octal 162 107 144 0 46 14 67 500 27 44
Binary 1110010 1000111 1100100 0 100110 1100 110111 101000000 10111 100100

Color Harmonies of #724764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724764

Black with #724764

Text Example


Text Example

White with #724764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724764; }

 p { color: rgb(114,71,100); }

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

background-color css

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

 a { background-color: rgb(114,71,100); }

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

border-color css

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

 span { border-color: rgb(114,71,100); }

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