#724665

Color #724665 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #724665

Tints of Cosmic #724665

Color information

#724665 (or 0x724665) is unknown color: approx Cosmic. HEX triplet: 72, 46 and 65. RGB value is (114,70,101). Sum of RGB (Red+Green+Blue) = 114+70+101=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #724665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724665 is #8DB99A. Grayscale: #565656. Windows color (decimal): -9288091 or 6637170. OLE color: 6637170.

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

Color convert

RGB11470101-
CMYK00.390.110.55
HSL317.73º23.91%36.08%-
HSV(B)317.73º38.6%44.71%-
XYZ11.488.913.42-
YUV86.69136.08147.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=40%
G=24.56%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147010100.390.110.55317.7323.9136.08
Hex724665027B3713e1824
Octal16210614504713674763044
Binary1110010100011011001010100111101111011110011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724665; }

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

 H1.HeaderClassName
 {
   color: #724665;
 }
 .AnyTagClassName
 {
   color: #724665;
 }
</style>
background-color css

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

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

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

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

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

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