#727E4B

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

Shades of Finch #727E4B

Tints of Finch #727E4B

Color information

#727E4B (or 0x727E4B) is unknown color: approx Finch. HEX triplet: 72, 7E and 4B. RGB value is (114,126,75). Sum of RGB (Red+Green+Blue) = 114+126+75=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #727E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E4B is #8D81B4. Grayscale: #747474. Windows color (decimal): -9273781 or 4947570. OLE color: 4947570.

HSL color Cylindrical-coordinate representation of color #727E4B: hue angle of 74.12º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727E4B is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB11412675-
CMYK0.1000.400.51
HSL74.12º25.37%39.41%-
HSV(B)74.12º40.48%49.41%-
XYZ15.6719.019.5-
YUV116.6104.52126.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=36.19%
G=40%
B=23.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114126750.1000.400.5174.1225.3739.41
Hex727E4BA028334a1927
Octal16217611312050631123147
Binary11100101111110100101110100101000110011100101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,126,75); }

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

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

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

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

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

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

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