Html Css Color HEX #724762 Cosmic

📋 copy color: '#724762'

red 114 ◦ green 71 ◦ blue 98

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

Shades of Cosmic #724762

Tints of Cosmic #724762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 40.28%
G = 25.09%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#724762 (or 0x724762) is known color: Cosmic. HEX triplet: 72, 47 and 62. RGB value is (114,71,98). Sum of RGB (Red+Green+Blue) = 114+71+98=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724762 is #8DB89D. Grayscale: #565656. Windows color (decimal): -9287838 or 6440818. OLE color: 6440818.

HSL color Cylindrical-coordinate representation of color #724762: hue angle of 322.33º 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 #724762 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 71 98 -
CMYK 0 0.38 0.14 0.55
HSL 322.33º 0.23% 0.36% -
HSV(B) 322.33º 0.38% 0.45% -
XYZ 11.4 8.97 12.69 -
YUV 86.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 114 71 98 0 0.38 0.14 0.55 322.33 0.23 0.36
Hex 72 47 62 0 26 E 37 142 17 24
Octal 162 107 142 0 46 16 67 502 27 44
Binary 1110010 1000111 1100010 0 100110 1110 110111 101000010 10111 100100

Color Harmonies of #724762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724762

Black with #724762

Text Example


Text Example

White with #724762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724762; }

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

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

background-color css

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

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

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

border-color css

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

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

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