#727467

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

Shades of Finch #727467

Tints of Finch #727467

Color information

#727467 (or 0x727467) is unknown color: approx Finch. HEX triplet: 72, 74 and 67. RGB value is (114,116,103). Sum of RGB (Red+Green+Blue) = 114+116+103=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #727467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727467 is #8D8B98. Grayscale: #717171. Windows color (decimal): -9276313 or 6780018. OLE color: 6780018.

HSL color Cylindrical-coordinate representation of color #727467: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #727467 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB114116103-
CMYK0.0200.110.55
HSL69.23º5.94%42.94%-
HSV(B)69.23º11.21%45.49%-
XYZ15.6317.0515.3-
YUV113.92121.84128.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=34.23%
G=34.83%
B=30.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141161030.0200.110.5569.235.9442.94
Hex72746720B374562b
Octal162164147201367105653
Binary11100101110100110011110010111101111000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727467; }

 p { color: rgb(114,116,103); }

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

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

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

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

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

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

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