#72455A

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

Shades of Finn #72455A

Tints of Finn #72455A

Color information

#72455A (or 0x72455A) is unknown color: approx Finn. HEX triplet: 72, 45 and 5A. RGB value is (114,69,90). Sum of RGB (Red+Green+Blue) = 114+69+90=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72455A is #8DBAA5. Grayscale: #545454. Windows color (decimal): -9288358 or 5916018. OLE color: 5916018.

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

Color convert

RGB1146990-
CMYK00.390.210.55
HSL332º24.59%35.88%-
HSV(B)332º39.47%44.71%-
XYZ10.918.5710.75-
YUV84.85130.91148.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=41.76%
G=25.27%
B=32.97%

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
Decimal114699000.390.210.5533224.5935.88
Hex72455A027153714c1924
Octal16210513204725675143144
Binary11100101000101101101001001111010111011110100110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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