#727262

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

Shades of Finch #727262

Tints of Finch #727262

Color information

#727262 (or 0x727262) is unknown color: approx Finch. HEX triplet: 72, 72 and 62. RGB value is (114,114,98). Sum of RGB (Red+Green+Blue) = 114+114+98=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727262 is #8D8D9D. Grayscale: #707070. Windows color (decimal): -9276830 or 6451826. OLE color: 6451826.

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

Color convert

RGB11411498-
CMYK000.140.55
HSL60º7.55%41.57%-
HSV(B)60º14.04%44.71%-
XYZ15.1616.4913.94-
YUV112.18120129.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=34.97%
G=34.97%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411498000.140.55607.5541.57
Hex72726200E373c82a
Octal162162142001667741052
Binary1110010111001011000100011101101111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727262; }

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

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

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

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

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

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

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

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