#747667

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

Shades of Finch #747667

Tints of Finch #747667

Color information

#747667 (or 0x747667) is unknown color: approx Finch. HEX triplet: 74, 76 and 67. RGB value is (116,118,103). Sum of RGB (Red+Green+Blue) = 116+118+103=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #747667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747667 is #8B8998. Grayscale: #737373. Windows color (decimal): -9144729 or 6780532. OLE color: 6780532.

HSL color Cylindrical-coordinate representation of color #747667: hue angle of 68º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747667 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB116118103-
CMYK0.0200.130.54
HSL68º6.79%43.33%-
HSV(B)68º12.71%46.27%-
XYZ16.1317.6515.39-
YUV115.69120.84128.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=34.42%
G=35.01%
B=30.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181030.0200.130.54686.7943.33
Hex74766720D364472b
Octal164166147201566104753
Binary11101001110110110011110011011101101000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747667; }

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

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

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

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

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

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

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

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