Html Css Color HEX #724561 Cosmic

📋 copy color: '#724561'

red 114 ◦ green 69 ◦ blue 97

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

Shades of Cosmic #724561

Tints of Cosmic #724561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 40.71%
G = 24.64%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#724561 (or 0x724561) is known color: Cosmic. HEX triplet: 72, 45 and 61. RGB value is (114,69,97). Sum of RGB (Red+Green+Blue) = 114+69+97=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724561 is #8DBA9E. Grayscale: #555555. Windows color (decimal): -9288351 or 6374770. OLE color: 6374770.

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

Color convert

RGB 114 69 97 -
CMYK 0 0.39 0.15 0.55
HSL 322.67º 0.25% 0.36% -
HSV(B) 322.67º 0.39% 0.45% -
XYZ 11.23 8.7 12.4 -
YUV 85.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 114 69 97 0 0.39 0.15 0.55 322.67 0.25 0.36
Hex 72 45 61 0 27 F 37 143 19 24
Octal 162 105 141 0 47 17 67 503 31 44
Binary 1110010 1000101 1100001 0 100111 1111 110111 101000011 11001 100100

Color Harmonies of #724561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724561

Black with #724561

Text Example


Text Example

White with #724561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724561; }

 p { color: rgb(114,69,97); }

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

background-color css

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

 a { background-color: rgb(114,69,97); }

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

border-color css

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

 span { border-color: rgb(114,69,97); }

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