#747A62

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

Shades of Finch #747A62

Tints of Finch #747A62

Color information

#747A62 (or 0x747A62) is unknown color: approx Finch. HEX triplet: 74, 7A and 62. RGB value is (116,122,98). Sum of RGB (Red+Green+Blue) = 116+122+98=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 122 - color contains mainly: green. Hex color #747A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A62 is #8B859D. Grayscale: #757575. Windows color (decimal): -9143710 or 6453876. OLE color: 6453876.

HSL color Cylindrical-coordinate representation of color #747A62: hue angle of 75º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747A62 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB11612298-
CMYK0.0500.200.52
HSL75º10.91%43.14%-
HSV(B)75º19.67%47.84%-
XYZ16.3718.5114.27-
YUV117.47117.01126.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=34.52%
G=36.31%
B=29.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122980.0500.200.527510.9143.14
Hex747A625014344bb2b
Octal1641721425024641131353
Binary11101001111010110001010101010011010010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,122,98); }

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

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

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

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

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

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

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