#72725D

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

Shades of Finch #72725D

Tints of Finch #72725D

Color information

#72725D (or 0x72725D) is unknown color: approx Finch. HEX triplet: 72, 72 and 5D. RGB value is (114,114,93). Sum of RGB (Red+Green+Blue) = 114+114+93=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72725D is #8D8DA2. Grayscale: #6F6F6F. Windows color (decimal): -9276835 or 6124146. OLE color: 6124146.

HSL color Cylindrical-coordinate representation of color #72725D: hue angle of 60º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72725D is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11411493-
CMYK000.180.55
HSL60º10.14%40.59%-
HSV(B)60º18.42%44.71%-
XYZ14.9316.412.73-
YUV111.61117.5129.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=35.51%
G=35.51%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411493000.180.556010.1440.59
Hex72725D0012373ca29
Octal162162135002267741251
Binary11100101110010101110100100101101111111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72725D; }

 p { color: rgb(114,114,93); }

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

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

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

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

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

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

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