#724F65

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

Shades of Cosmic #724F65

Tints of Cosmic #724F65

Color information

#724F65 (or 0x724F65) is unknown color: approx Cosmic. HEX triplet: 72, 4F and 65. RGB value is (114,79,101). Sum of RGB (Red+Green+Blue) = 114+79+101=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #724F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F65 is #8DB09A. Grayscale: #5B5B5B. Windows color (decimal): -9285787 or 6639474. OLE color: 6639474.

HSL color Cylindrical-coordinate representation of color #724F65: hue angle of 322.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F65 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11479101-
CMYK00.310.110.55
HSL322.29º18.13%37.84%-
HSV(B)322.29º30.7%44.71%-
XYZ12.0810.1113.63-
YUV91.97133.1143.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=38.78%
G=26.87%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147910100.310.110.55322.2918.1337.84
Hex724F6501FB371421226
Octal16211714503713675022246
Binary111001010011111100101011111101111011110100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F65; }

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

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

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

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

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

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

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

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