#723C5C

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

Shades of Finn #723C5C

Tints of Finn #723C5C

Color information

#723C5C (or 0x723C5C) is unknown color: approx Finn. HEX triplet: 72, 3C and 5C. RGB value is (114,60,92). Sum of RGB (Red+Green+Blue) = 114+60+92=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #723C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723C5C is #8DC3A3. Grayscale: #4F4F4F. Windows color (decimal): -9290660 or 6044786. OLE color: 6044786.

HSL color Cylindrical-coordinate representation of color #723C5C: hue angle of 324.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #723C5C is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1146092-
CMYK00.470.190.55
HSL324.44º31.03%34.12%-
HSV(B)324.44º47.37%44.71%-
XYZ10.497.5811.04-
YUV79.79134.89152.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=42.86%
G=22.56%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114609200.470.190.55324.4431.0334.12
Hex723C5C02F13371441f22
Octal1627413405723675043742
Binary1110010111100101110001011111001111011110100010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723C5C; }

 p { color: rgb(114,60,92); }

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

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

 a { background-color: rgb(114,60,92); }

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

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

 span { border-color: rgb(114,60,92); }

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