#727266

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

Shades of Finch #727266

Tints of Finch #727266

Color information

#727266 (or 0x727266) is unknown color: approx Finch. HEX triplet: 72, 72 and 66. RGB value is (114,114,102). Sum of RGB (Red+Green+Blue) = 114+114+102=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727266 is #8D8D99. Grayscale: #707070. Windows color (decimal): -9276826 or 6713970. OLE color: 6713970.

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

Color convert

RGB114114102-
CMYK000.110.55
HSL60º5.56%42.35%-
HSV(B)60º10.53%44.71%-
XYZ15.3616.5714.96-
YUV112.63122128.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=34.55%
G=34.55%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114114102000.110.55605.5642.35
Hex72726600B373c62a
Octal16216214600136774652
Binary111001011100101100110001011110111111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727266; }

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

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

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

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

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

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

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

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