Html Css Color HEX #724661 Cosmic

📋 copy color: '#724661'

red 114 ◦ green 70 ◦ blue 97

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

Shades of Cosmic #724661

Tints of Cosmic #724661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 40.57%
G = 24.91%
B = 34.52%

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

#724661 (or 0x724661) is known color: Cosmic. HEX triplet: 72, 46 and 61. RGB value is (114,70,97). Sum of RGB (Red+Green+Blue) = 114+70+97=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724661 is #8DB99E. Grayscale: #565656. Windows color (decimal): -9288095 or 6375026. OLE color: 6375026.

HSL color Cylindrical-coordinate representation of color #724661: hue angle of 323.18º degrees, saturation: 0.24, 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 #724661 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 97 -
CMYK 0 0.39 0.15 0.55
HSL 323.18º 0.24% 0.36% -
HSV(B) 323.18º 0.39% 0.45% -
XYZ 11.29 8.82 12.42 -
YUV 86.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 114 70 97 0 0.39 0.15 0.55 323.18 0.24 0.36
Hex 72 46 61 0 27 F 37 143 18 24
Octal 162 106 141 0 47 17 67 503 30 44
Binary 1110010 1000110 1100001 0 100111 1111 110111 101000011 11000 100100

Color Harmonies of #724661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724661

Black with #724661

Text Example


Text Example

White with #724661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724661; }

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

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

background-color css

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

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

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

border-color css

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

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

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