Html Css Color HEX #724462 Cosmic

📋 copy color: '#724462'

red 114 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #724462

Tints of Cosmic #724462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 40.71%
G = 24.29%
B = 35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#724462 (or 0x724462) is known color: Cosmic. HEX triplet: 72, 44 and 62. RGB value is (114,68,98). Sum of RGB (Red+Green+Blue) = 114+68+98=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724462 is #8DBB9D. Grayscale: #555555. Windows color (decimal): -9288606 or 6440050. OLE color: 6440050.

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

Color convert

RGB 114 68 98 -
CMYK 0 0.40 0.14 0.55
HSL 320.87º 0.25% 0.36% -
HSV(B) 320.87º 0.4% 0.45% -
XYZ 11.21 8.59 12.62 -
YUV 85.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 114 68 98 0 0.40 0.14 0.55 320.87 0.25 0.36
Hex 72 44 62 0 28 E 37 141 19 24
Octal 162 104 142 0 50 16 67 501 31 44
Binary 1110010 1000100 1100010 0 101000 1110 110111 101000001 11001 100100

Color Harmonies of #724462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724462

Black with #724462

Text Example


Text Example

White with #724462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724462; }

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

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

background-color css

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

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

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

border-color css

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

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

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