Html Css Color HEX #724364 Cosmic

📋 copy color: '#724364'

red 114 ◦ green 67 ◦ blue 100

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

Shades of Cosmic #724364

Tints of Cosmic #724364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 40.57%
G = 23.84%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#724364 (or 0x724364) is known color: Cosmic. HEX triplet: 72, 43 and 64. RGB value is (114,67,100). Sum of RGB (Red+Green+Blue) = 114+67+100=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724364 is #8DBC9B. Grayscale: #545454. Windows color (decimal): -9288860 or 6570866. OLE color: 6570866.

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

Color convert

RGB 114 67 100 -
CMYK 0 0.41 0.12 0.55
HSL 317.87º 0.26% 0.35% -
HSV(B) 317.87º 0.41% 0.45% -
XYZ 11.25 8.51 13.11 -
YUV 84.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 114 67 100 0 0.41 0.12 0.55 317.87 0.26 0.35
Hex 72 43 64 0 29 C 37 13E 1A 23
Octal 162 103 144 0 51 14 67 476 32 43
Binary 1110010 1000011 1100100 0 101001 1100 110111 100111110 11010 100011

Color Harmonies of #724364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724364

Black with #724364

Text Example


Text Example

White with #724364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724364; }

 p { color: rgb(114,67,100); }

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

background-color css

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

 a { background-color: rgb(114,67,100); }

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

border-color css

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

 span { border-color: rgb(114,67,100); }

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