#727B4E

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

Shades of Finch #727B4E

Tints of Finch #727B4E

Color information

#727B4E (or 0x727B4E) is unknown color: approx Finch. HEX triplet: 72, 7B and 4E. RGB value is (114,123,78). Sum of RGB (Red+Green+Blue) = 114+123+78=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #727B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B4E is #8D84B1. Grayscale: #737373. Windows color (decimal): -9274546 or 5143410. OLE color: 5143410.

HSL color Cylindrical-coordinate representation of color #727B4E: hue angle of 72º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #727B4E is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB11412378-
CMYK0.0700.370.52
HSL72º22.39%39.41%-
HSV(B)72º36.59%48.24%-
XYZ15.418.299.93-
YUV115.18107.02127.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=36.19%
G=39.05%
B=24.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114123780.0700.370.527222.3939.41
Hex727B4E702534481627
Octal1621731167045641102647
Binary1110010111101110011101110100101110100100100010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727B4E; }

 p { color: rgb(114,123,78); }

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

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

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

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

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

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

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