Html Css Color HEX #724365 Cosmic

📋 copy color: '#724365'

red 114 ◦ green 67 ◦ blue 101

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

Shades of Cosmic #724365

Tints of Cosmic #724365

RGB

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

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

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

R = 40.43%
G = 23.76%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#724365 (or 0x724365) is known color: Cosmic. HEX triplet: 72, 43 and 65. RGB value is (114,67,101). Sum of RGB (Red+Green+Blue) = 114+67+101=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #724365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724365 is #8DBC9A. Grayscale: #545454. Windows color (decimal): -9288859 or 6636402. OLE color: 6636402.

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

Color convert

RGB 114 67 101 -
CMYK 0 0.41 0.11 0.55
HSL 316.6º 0.26% 0.35% -
HSV(B) 316.6º 0.41% 0.45% -
XYZ 11.3 8.53 13.36 -
YUV 84.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 114 67 101 0 0.41 0.11 0.55 316.6 0.26 0.35
Hex 72 43 65 0 29 B 37 13D 1A 23
Octal 162 103 145 0 51 13 67 475 32 43
Binary 1110010 1000011 1100101 0 101001 1011 110111 100111101 11010 100011

Color Harmonies of #724365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724365

Black with #724365

Text Example


Text Example

White with #724365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724365; }

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

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

background-color css

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

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

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

border-color css

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

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

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