Html Css Color HEX #724062 Cosmic

📋 copy color: '#724062'

red 114 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #724062

Tints of Cosmic #724062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

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

R = 41.3%
G = 23.19%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#724062 (or 0x724062) is known color: Cosmic. HEX triplet: 72, 40 and 62. RGB value is (114,64,98). Sum of RGB (Red+Green+Blue) = 114+64+98=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #724062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724062 is #8DBF9D. Grayscale: #525252. Windows color (decimal): -9289630 or 6439026. OLE color: 6439026.

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

Color convert

RGB 114 64 98 -
CMYK 0 0.44 0.14 0.55
HSL 319.2º 0.28% 0.35% -
HSV(B) 319.2º 0.44% 0.45% -
XYZ 10.98 8.13 12.55 -
YUV 82.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 114 64 98 0 0.44 0.14 0.55 319.2 0.28 0.35
Hex 72 40 62 0 2C E 37 13F 1C 23
Octal 162 100 142 0 54 16 67 477 34 43
Binary 1110010 1000000 1100010 0 101100 1110 110111 100111111 11100 100011

Color Harmonies of #724062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724062

Black with #724062

Text Example


Text Example

White with #724062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724062; }

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

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

background-color css

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

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

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

border-color css

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

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

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