#747B60

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

Shades of Finch #747B60

Tints of Finch #747B60

Color information

#747B60 (or 0x747B60) is unknown color: approx Finch. HEX triplet: 74, 7B and 60. RGB value is (116,123,96). Sum of RGB (Red+Green+Blue) = 116+123+96=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #747B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B60 is #8B849F. Grayscale: #757575. Windows color (decimal): -9143456 or 6323060. OLE color: 6323060.

HSL color Cylindrical-coordinate representation of color #747B60: hue angle of 75.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #747B60 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB11612396-
CMYK0.0600.220.52
HSL75.56º12.33%42.94%-
HSV(B)75.56º21.95%48.24%-
XYZ16.418.7213.82-
YUV117.83115.68126.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 123 (48.44% from 255) = 36.72%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=34.63%
G=36.72%
B=28.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116123960.0600.220.5275.5612.3342.94
Hex747B606016344cc2b
Octal1641731406026641141453
Binary11101001111011110000011001011011010010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B60; }

 p { color: rgb(116,123,96); }

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

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

 a { background-color: rgb(116,123,96); }

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

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

 span { border-color: rgb(116,123,96); }

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