Html Css Color HEX #724566 Cosmic

📋 copy color: '#724566'

red 114 ◦ green 69 ◦ blue 102

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

Shades of Cosmic #724566

Tints of Cosmic #724566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 40%
G = 24.21%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#724566 (or 0x724566) is known color: Cosmic. HEX triplet: 72, 45 and 66. RGB value is (114,69,102). Sum of RGB (Red+Green+Blue) = 114+69+102=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #724566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724566 is #8DBA99. Grayscale: #565656. Windows color (decimal): -9288346 or 6702450. OLE color: 6702450.

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

Color convert

RGB 114 69 102 -
CMYK 0 0.39 0.11 0.55
HSL 316º 0.25% 0.36% -
HSV(B) 316º 0.39% 0.45% -
XYZ 11.47 8.79 13.66 -
YUV 86.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 114 69 102 0 0.39 0.11 0.55 316 0.25 0.36
Hex 72 45 66 0 27 B 37 13C 19 24
Octal 162 105 146 0 47 13 67 474 31 44
Binary 1110010 1000101 1100110 0 100111 1011 110111 100111100 11001 100100

Color Harmonies of #724566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724566

Black with #724566

Text Example


Text Example

White with #724566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724566; }

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

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

background-color css

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

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

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

border-color css

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

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

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