Html Css Color HEX #724862 Cosmic

📋 copy color: '#724862'

red 114 ◦ green 72 ◦ blue 98

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

Shades of Cosmic #724862

Tints of Cosmic #724862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 40.14%
G = 25.35%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#724862 (or 0x724862) is known color: Cosmic. HEX triplet: 72, 48 and 62. RGB value is (114,72,98). Sum of RGB (Red+Green+Blue) = 114+72+98=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #724862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724862 is #8DB79D. Grayscale: #575757. Windows color (decimal): -9287582 or 6441074. OLE color: 6441074.

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

Color convert

RGB 114 72 98 -
CMYK 0 0.37 0.14 0.55
HSL 322.86º 0.23% 0.36% -
HSV(B) 322.86º 0.37% 0.45% -
XYZ 11.46 9.09 12.71 -
YUV 87.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 114 72 98 0 0.37 0.14 0.55 322.86 0.23 0.36
Hex 72 48 62 0 25 E 37 143 17 24
Octal 162 110 142 0 45 16 67 503 27 44
Binary 1110010 1001000 1100010 0 100101 1110 110111 101000011 10111 100100

Color Harmonies of #724862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724862

Black with #724862

Text Example


Text Example

White with #724862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724862; }

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

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

background-color css

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

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

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

border-color css

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

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

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