#72465A

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

Shades of Finn #72465A

Tints of Finn #72465A

Color information

#72465A (or 0x72465A) is unknown color: approx Finn. HEX triplet: 72, 46 and 5A. RGB value is (114,70,90). Sum of RGB (Red+Green+Blue) = 114+70+90=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72465A is #8DB9A5. Grayscale: #555555. Windows color (decimal): -9288102 or 5916274. OLE color: 5916274.

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

Color convert

RGB1147090-
CMYK00.390.210.55
HSL332.73º23.91%36.08%-
HSV(B)332.73º38.6%44.71%-
XYZ10.988.710.77-
YUV85.44130.58148.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=41.61%
G=25.55%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114709000.390.210.55332.7323.9136.08
Hex72465A027153714d1824
Octal16210613204725675153044
Binary11100101000110101101001001111010111011110100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72465A; }

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

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

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

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

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

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

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

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