#72736A

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

Shades of Finch #72736A

Tints of Finch #72736A

Color information

#72736A (or 0x72736A) is unknown color: approx Finch. HEX triplet: 72, 73 and 6A. RGB value is (114,115,106). Sum of RGB (Red+Green+Blue) = 114+115+106=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 115 - color contains mainly: green. Hex color #72736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72736A is #8D8C95. Grayscale: #717171. Windows color (decimal): -9276566 or 6976370. OLE color: 6976370.

HSL color Cylindrical-coordinate representation of color #72736A: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72736A is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB114115106-
CMYK0.0100.080.55
HSL66.67º4.07%43.33%-
HSV(B)66.67º7.83%45.1%-
XYZ15.6716.8816.07-
YUV113.68123.67128.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=34.03%
G=34.33%
B=31.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141151060.0100.080.5566.674.0743.33
Hex72736A108374342b
Octal162163152101067103453
Binary1110010111001111010101010001101111000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,115,106); }

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

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

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

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

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

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

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