#74766B

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

Shades of Finch #74766B

Tints of Finch #74766B

Color information

#74766B (or 0x74766B) is unknown color: approx Finch. HEX triplet: 74, 76 and 6B. RGB value is (116,118,107). Sum of RGB (Red+Green+Blue) = 116+118+107=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #74766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74766B is #8B8994. Grayscale: #747474. Windows color (decimal): -9144725 or 7042676. OLE color: 7042676.

HSL color Cylindrical-coordinate representation of color #74766B: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74766B is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB116118107-
CMYK0.0200.090.54
HSL70.91º4.89%44.12%-
HSV(B)70.91º9.32%46.27%-
XYZ16.3317.7316.47-
YUV116.15122.84127.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=34.02%
G=34.60%
B=31.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181070.0200.090.5470.914.8944.12
Hex74766B209364752c
Octal164166153201166107554
Binary11101001110110110101110010011101101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74766B; }

 p { color: rgb(116,118,107); }

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

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

 a { background-color: rgb(116,118,107); }

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

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

 span { border-color: rgb(116,118,107); }

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