Html Css Color HEX #724162 Cosmic

📋 copy color: '#724162'

red 114 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #724162

Tints of Cosmic #724162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 41.16%
G = 23.47%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#724162 (or 0x724162) is known color: Cosmic. HEX triplet: 72, 41 and 62. RGB value is (114,65,98). Sum of RGB (Red+Green+Blue) = 114+65+98=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724162 is #8DBE9D. Grayscale: #535353. Windows color (decimal): -9289374 or 6439282. OLE color: 6439282.

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

Color convert

RGB 114 65 98 -
CMYK 0 0.43 0.14 0.55
HSL 319.59º 0.27% 0.35% -
HSV(B) 319.59º 0.43% 0.45% -
XYZ 11.03 8.24 12.56 -
YUV 83.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 114 65 98 0 0.43 0.14 0.55 319.59 0.27 0.35
Hex 72 41 62 0 2B E 37 140 1B 23
Octal 162 101 142 0 53 16 67 500 33 43
Binary 1110010 1000001 1100010 0 101011 1110 110111 101000000 11011 100011

Color Harmonies of #724162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724162

Black with #724162

Text Example


Text Example

White with #724162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724162; }

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

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

background-color css

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

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

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

border-color css

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

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

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