Html Css Color HEX #724465 Cosmic

📋 copy color: '#724465'

red 114 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #724465

Tints of Cosmic #724465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 40.28%
G = 24.03%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#724465 (or 0x724465) is known color: Cosmic. HEX triplet: 72, 44 and 65. RGB value is (114,68,101). Sum of RGB (Red+Green+Blue) = 114+68+101=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724465 is #8DBB9A. Grayscale: #555555. Windows color (decimal): -9288603 or 6636658. OLE color: 6636658.

HSL color Cylindrical-coordinate representation of color #724465: hue angle of 316.96º 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 #724465 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 68 101 -
CMYK 0 0.40 0.11 0.55
HSL 316.96º 0.25% 0.36% -
HSV(B) 316.96º 0.4% 0.45% -
XYZ 11.36 8.65 13.38 -
YUV 85.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 114 68 101 0 0.40 0.11 0.55 316.96 0.25 0.36
Hex 72 44 65 0 28 B 37 13D 19 24
Octal 162 104 145 0 50 13 67 475 31 44
Binary 1110010 1000100 1100101 0 101000 1011 110111 100111101 11001 100100

Color Harmonies of #724465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724465

Black with #724465

Text Example


Text Example

White with #724465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724465; }

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

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

background-color css

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

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

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

border-color css

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

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

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